Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Aug 28, 2024
1 parent 1421564 commit dbc49a4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ jobs:
os: [ubuntu-22.04, macOS-12, windows-2022]
java: ['17', '21']
distribution: ['temurin']
gradle: ['8.10']
gradle: ['7.3', '8.10']
exclude:
# Java 21+ requires Gradle 8.5+
- java: '21'
gradle: '7.3'
matrix:
os: [ubuntu-22.04, macOS-12, windows-2022]
java: ['17']
distribution: ['temurin']
gradle: ['7.3']
fail-fast: false
name: JAVA ${{ matrix.distribution }} ${{ matrix.java }} OS ${{ matrix.os }} Gradle ${{ matrix.gradle }}
steps:
Expand Down

0 comments on commit dbc49a4

Please sign in to comment.