Skip to content

Commit

Permalink
Revert "Run tests (again) also on jdk 22-early access"
Browse files Browse the repository at this point in the history
This reverts commit 9f7dfaa.
  • Loading branch information
LarsEckart committed Oct 20, 2023
1 parent 9f7dfaa commit 5a701e2
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', '22-ea']
java: ['8', '11', '16', '17', '18', '19', '20', '21']
os: [ ubuntu, windows ]

steps:
Expand Down

0 comments on commit 5a701e2

Please sign in to comment.