Skip to content

Commit 6e86be0

Browse files
committed
minor refactoring
1 parent e25649c commit 6e86be0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ci-cd-java.yml
22
on:
33
workflow_call:
4-
4+
55
jobs:
66
build-check-test-push:
77
name: Build, check, test, push
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'
20-
java-version: '21'
20+
java-version: '11'
2121
cache: 'maven'
2222

2323
- name: Check code format and lint

0 commit comments

Comments
 (0)