Skip to content

Commit

Permalink
Update Java versions used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Apr 6, 2024
1 parent c3e9de3 commit dabef0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
java: [ '16', '17', '18', '19', '20' ]
java: [ '17', '18', '19', '20', '21' ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 16
java-version: 17
distribution: temurin
- name: Install required software
run: |
Expand Down

0 comments on commit dabef0f

Please sign in to comment.