We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e8ebe commit 0c5a645Copy full SHA for 0c5a645
.github/workflows/ci.yml
@@ -46,12 +46,12 @@ jobs:
46
strategy:
47
matrix:
48
os: [ ubuntu-latest ]
49
- java: [ 11, 17, 19 ]
+ java: [ 11, 17, 20 ]
50
include:
51
- os: windows-latest
52
- java: 19
+ java: 20
53
- os: macos-latest
54
55
runs-on: ${{ matrix.os }}
56
steps:
57
- uses: actions/checkout@v3
@@ -164,7 +164,7 @@ jobs:
164
- uses: actions/setup-java@v3
165
with:
166
distribution: 'temurin'
167
- java-version: 19
+ java-version: 20
168
java-package: jdk
169
cache: 'maven'
170
- run: brew install sqlite3
0 commit comments