Skip to content

Commit

Permalink
Try to reduce combinations to test
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 28, 2024
1 parent 4f1f17f commit f265747
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
java_version: ['8', '11', '17', '21']
guava_version: ['20.0', '25.1-jre', '33.1.0-jre']
os: ['ubuntu-20.04']
# Include all permutations for JDK 8, but only default Guava for others
include:
- java_version: '8'
- java_version: '11'
guava_version: '25.1-jre'
- java_version: '17'
guava_version: '25.1-jre'
- java_version: '21'
guava_version: '25.1-jre'
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
Expand Down

0 comments on commit f265747

Please sign in to comment.