Skip to content

Commit

Permalink
Remove Java 11 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Nov 21, 2024
1 parent 2396ebe commit 09cf965
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 @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
# Always test on the latest version and all LTS.
java: [ 11, 17, 21, 23 ]
# Always test on the latest version and some LTS.
java: [ 17, 21, 23 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 09cf965

Please sign in to comment.