We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668b6b5 commit b640e05Copy full SHA for b640e05
1 file changed
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- java-version: [ 11, 17 ]
+ java-version: [ 11, 17, 21 ]
9
steps:
10
- uses: actions/checkout@v3
11
- name: Set up JDK ${{ matrix.java-version }}
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
- java-release: [ 17 ]
+ java-release: [ 21, 24 ]
27
28
29
- name: Set up JDK ${{ matrix.java-release }}
0 commit comments