Skip to content

Commit b640e05

Browse files
committed
Update java versions
1 parent 668b6b5 commit b640e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
java-version: [ 11, 17 ]
8+
java-version: [ 11, 17, 21 ]
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up JDK ${{ matrix.java-version }}
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
java-release: [ 17 ]
26+
java-release: [ 21, 24 ]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Set up JDK ${{ matrix.java-release }}

0 commit comments

Comments
 (0)