Skip to content

Commit 0c5a645

Browse files
committed
ci: replace jdk 19 with 20
1 parent 48e8ebe commit 0c5a645

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
strategy:
4747
matrix:
4848
os: [ ubuntu-latest ]
49-
java: [ 11, 17, 19 ]
49+
java: [ 11, 17, 20 ]
5050
include:
5151
- os: windows-latest
52-
java: 19
52+
java: 20
5353
- os: macos-latest
54-
java: 19
54+
java: 20
5555
runs-on: ${{ matrix.os }}
5656
steps:
5757
- uses: actions/checkout@v3
@@ -164,7 +164,7 @@ jobs:
164164
- uses: actions/setup-java@v3
165165
with:
166166
distribution: 'temurin'
167-
java-version: 19
167+
java-version: 20
168168
java-package: jdk
169169
cache: 'maven'
170170
- run: brew install sqlite3

0 commit comments

Comments
 (0)