Skip to content

Commit 864ac90

Browse files
authored
chore: update java versions in CI to LTS and latest (#149)
1 parent fd45929 commit 864ac90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn-build-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
java-version: [ 8 , 11 , 16 , 17, 18 ]
11+
java-version: [ 8 , 11 , 17, 21 , 22]
1212

1313
steps:
1414
- uses: actions/[email protected]

0 commit comments

Comments
 (0)