Skip to content

Commit

Permalink
Add more JDKs into test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored and tcurdt committed Sep 18, 2024
1 parent 90df888 commit 15d1b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
jobs:
test:
strategy:
max-parallel: 2
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ 11, 21 ]
# Always test on the latest version and LTS.
java: [ 11, 17, 21, 23 ]
runs-on: ${{ matrix.os }}
steps:

Expand Down

0 comments on commit 15d1b34

Please sign in to comment.