Skip to content

Commit

Permalink
main.yml: stop building with Java 1.8 at GitHub Actions (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 6, 2024
1 parent ec7f6e1 commit c81381a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest,windows-2019,macOS-latest]
jdk: [8, 11, 17]
jdk: [11, 17]
include:
- os: ubuntu-latest
osName: linux
Expand All @@ -102,8 +102,6 @@ jobs:
- os: macOS-latest
osName: mac
deploy: false
- jdk: 8
deploy: false
- jdk: 11
deploy: false

Expand Down

0 comments on commit c81381a

Please sign in to comment.