Skip to content

Commit

Permalink
Remove pre-JDK17 targets from v3 rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 4, 2024
1 parent f5c78ad commit 6be9e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep_build_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '17', '21']
java_version: ['17', '21']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
Expand Down

0 comments on commit 6be9e96

Please sign in to comment.