Skip to content

Commit

Permalink
ci: replace jdk 19 with 20
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed May 16, 2023
1 parent 48e8ebe commit 0c5a645
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
java: [ 11, 17, 19 ]
java: [ 11, 17, 20 ]
include:
- os: windows-latest
java: 19
java: 20
- os: macos-latest
java: 19
java: 20
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
java-version: 20
java-package: jdk
cache: 'maven'
- run: brew install sqlite3
Expand Down

0 comments on commit 0c5a645

Please sign in to comment.