Skip to content

Commit c3b0261

Browse files
authored
Merge pull request #61 from sullis/ci-jdk-19
ci: add JDK 19 to build matrix
2 parents 19d7305 + d169095 commit c3b0261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
jdk: [8, 11, 17]
31+
jdk: [8, 11, 17, 19]
3232
os: [ubuntu-latest, windows-latest, macos-latest]
3333
fail-fast: true
3434
max-parallel: 4

0 commit comments

Comments
 (0)