Skip to content

Commit

Permalink
change used Java versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Jan 3, 2025
1 parent c0f8a05 commit 3ba0b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21' ]
java: [ '8', '9', '11', '17', '21', '22', '23' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit 3ba0b12

Please sign in to comment.