Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch authored Oct 13, 2023
1 parent 708c35c commit 9da60a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '17', '18', '19', '20', '21' ]
java: [ '8', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down

0 comments on commit 9da60a2

Please sign in to comment.