Skip to content

Commit

Permalink
Use JDK version 21 and up (latest) on GitHub CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Nov 18, 2024
1 parent 22f8f49 commit 4b4fef4
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 @@ -13,10 +13,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [17, 21, 23]
jdk: [21, 23]
os: [ubuntu-latest, windows-latest]
fail-fast: false
max-parallel: 6
max-parallel: 4
timeout-minutes: 30

steps:
Expand Down

0 comments on commit 4b4fef4

Please sign in to comment.