Skip to content

Commit

Permalink
remove java 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 2, 2024
1 parent a8a4764 commit 759fe53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test against the latest update of each major Java version, as well as specific updates of LTS versions:
java: [8, 11, 15, 16, 17, 18, 19, 20, 21, 22]
java: [11, 15, 16, 17, 18, 19, 20, 21, 22]

steps:
- name: Checkout code
Expand Down

0 comments on commit 759fe53

Please sign in to comment.