Skip to content

Commit

Permalink
Add latest JDK version 22 to the matrix list in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Jul 15, 2024
1 parent fe4f9a5 commit 0479795
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]
jdk: [17, 21, 22]
os: [windows-latest, ubuntu-latest]
fail-fast: false
max-parallel: 4
max-parallel: 6
timeout-minutes: 15

steps:
Expand Down

0 comments on commit 0479795

Please sign in to comment.