Skip to content

Commit dabef0f

Browse files
committed
Update Java versions used in CI
1 parent c3e9de3 commit dabef0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ 'ubuntu-latest', 'windows-latest' ]
14-
java: [ '16', '17', '18', '19', '20' ]
14+
java: [ '17', '18', '19', '20', '21' ]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up JDK ${{ matrix.java }}

.github/workflows/stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v3
39-
- name: Set up JDK 16
39+
- name: Set up JDK 17
4040
uses: actions/setup-java@v3
4141
with:
42-
java-version: 16
42+
java-version: 17
4343
distribution: temurin
4444
- name: Install required software
4545
run: |

0 commit comments

Comments
 (0)