From e3af46378ac5d1c176b34654f61d0195c0b2f223 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Mon, 31 Jul 2023 14:19:11 -0700 Subject: [PATCH] chore: add gradle `8.3-rc2` to test matrix Signed-off-by: Sam Gammon --- .github/workflows/trigger.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml index e24248d..f5a70ec 100644 --- a/.github/workflows/trigger.yml +++ b/.github/workflows/trigger.yml @@ -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