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 b640e05 commit 7b42090Copy full SHA for 7b42090
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- java-version: [ 11, 17, 21 ]
+ java-version: [ 11, 17, 21, 24 ]
9
steps:
10
- uses: actions/checkout@v3
11
- name: Set up JDK ${{ matrix.java-version }}
0 commit comments