Skip to content

Commit

Permalink
Keep JDK 22 experimental until bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Aug 8, 2024
1 parent 2a78128 commit a9792c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
java: [{version: '8', experimental: false},
{version: '11', experimental: false},
{version: '17', experimental: false},
{version: '22', experimental: false},
{version: '22', experimental: true},
{version: '23-ea', experimental: true},
{version: '24-ea', experimental: true}]
env:
Expand Down

0 comments on commit a9792c7

Please sign in to comment.