Skip to content

Commit

Permalink
chore: add gradle 8.3-rc2 to test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jul 31, 2023
1 parent 7807d4b commit e3af463
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,24 @@ jobs:
platform: [Linux, Windows, macOS]
gradleLabel: ["Gradle 8.2", "Gradle 8.1"]
include:
- platform: Linux
runner: ubuntu-latest
gradleLabel: "Gradle 8.3-rc2"
gradle: "8.3-rc2"
main: false
labs: true
- platform: Windows
runner: windows-latest
gradleLabel: "Gradle 8.3-rc2"
gradle: "8.3-rc2"
main: false
labs: true
- platform: macOS
runner: macos-latest
gradleLabel: "Gradle 8.3-rc2"
gradle: "8.3-rc2"
main: false
labs: true
- platform: Linux
runner: ubuntu-latest
tasks: koverXmlReport sonar
Expand Down

0 comments on commit e3af463

Please sign in to comment.