Skip to content

Commit

Permalink
chore: Remove Java 11 from tests.yml (#5293)
Browse files Browse the repository at this point in the history
Remove Java 11 from the tests.yml matrix in favor of more recent versions to ensure compatibility with updated dependencies. Update setup-java actions accordingly.
  • Loading branch information
MartinWitt authored and I-Al-Istannen committed Apr 3, 2024
1 parent cb829b2 commit 2a5a583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Tests with Java ${{ matrix.java }} on ${{ matrix.os }}
strategy:
matrix:
java: [11, 17, 21]
java: [17, 21]
os: [ubuntu-latest]
steps:
- name: Checkout
Expand Down

0 comments on commit 2a5a583

Please sign in to comment.