Skip to content

Commit ceb1e2c

Browse files
committed
Update Java version to 21 in GitHub Actions workflow
1 parent dc554d7 commit ceb1e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
platform: [ ubuntu-latest ]
16-
java-version: [ 8 ]
16+
java-version: [ 21 ]
1717

1818
runs-on: ${{ matrix.platform }}
1919
env:

0 commit comments

Comments
 (0)