We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f426ec0 commit 048e387Copy full SHA for 048e387
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- java: [ '17', '21', '23' ]
+ java: [ '17', '21', '24' ]
36
os: [ 'ubuntu-24.04', 'windows-latest', 'macos-latest' ]
37
steps:
38
- name: Checkout code
0 commit comments