Skip to content

Commit

Permalink
reduce version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Jul 19, 2024
1 parent ed6acba commit b747b87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:

strategy:
matrix:
java-version: [ 8 , 11 , 16, 17 , 20 , 21 ]
java-version: [ 8 , 11 , 17 , 21 ]
compiler-version: [ 1.1 , 1.2 , 1.3 , 1.4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 ]
os: [ ubuntu-latest , macos-latest , windows-latest ]
exclude:
- os: macos-latest
java-version: 8
- os: macos-latest
java-version: 16

steps:
- name: Checkout
Expand Down

0 comments on commit b747b87

Please sign in to comment.