Skip to content

Commit e61cc18

Browse files
committed
Update JDK versions on the CI builds
1 parent 5294e1e commit e61cc18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
jdk: [17, 21, 22]
11+
jdk: [21, 23]
1212
os: [windows-latest, ubuntu-latest]
1313
fail-fast: false
14-
max-parallel: 6
14+
max-parallel: 4
1515
timeout-minutes: 15
1616

1717
steps:

0 commit comments

Comments
 (0)