Skip to content

Commit

Permalink
Update JDK versions on the CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Nov 5, 2024
1 parent 5294e1e commit e61cc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [17, 21, 22]
jdk: [21, 23]
os: [windows-latest, ubuntu-latest]
fail-fast: false
max-parallel: 6
max-parallel: 4
timeout-minutes: 15

steps:
Expand Down

0 comments on commit e61cc18

Please sign in to comment.