Skip to content

Commit 9d4364f

Browse files
committed
Test with JDK 21-ea on GitHub Actions
1 parent 8eda8a6 commit 9d4364f

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
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
strategy:
8080
matrix:
81-
java: [ 11, 17, 18 ]
81+
java: [ '11', '17', '21-ea' ]
8282
steps:
8383
- uses: actions/checkout@v3
8484

0 commit comments

Comments
 (0)