Skip to content

Commit 80d0558

Browse files
committed
chore(ci): add java 18/19 in ci; upgrade bash-buddy
1 parent 36b917a commit 80d0558

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest, windows-latest ]
12-
java: [ 8, 11, 16, 17 ]
12+
java: [ 8, 11, 16, 17, 18, 19-ea ]
1313
fail-fast: false
14-
max-parallel: 32
14+
max-parallel: 64
1515
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1616

1717
steps:

scripts/integration_test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ readonly PREPARE_JDKS_INSTALL_BY_SDKMAN=(
1616
8
1717
"$default_build_jdk_version"
1818
17
19+
18
1920
)
2021

2122
source bash-buddy/lib/prepare_jdks.sh

0 commit comments

Comments
 (0)