Skip to content

Commit

Permalink
Remove the Java 7 out of matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Aug 21, 2024
1 parent 4393168 commit 702c377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [7, 8, 11, 17]
java: [8, 11, 17]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 702c377

Please sign in to comment.