Skip to content

Commit

Permalink
Run tests (again) also on jdk 22-early access
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart authored Oct 20, 2023
1 parent 37c9072 commit 9f7dfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['8', '11', '16', '17', '18', '19', '20', '21']
java: ['8', '11', '16', '17', '18', '19', '20', '21', '22-ea']
os: [ ubuntu, windows ]

steps:
Expand Down

0 comments on commit 9f7dfaa

Please sign in to comment.