From 46488c1e0c41816d4a2a79bb01a1442e9a12c60b Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Mon, 2 Sep 2024 10:07:37 +0100 Subject: [PATCH] GHA: canary-build.yml add Gradle 8.7 to matrix. This is due to API removal preventing build against Gradle 8.8 org/unbrokendome/gradle/plugins/xjc/testutil/GradleTestUtils.kt:23:49 Unresolved reference: start This API looks only used for integration testing which I'd hope CI-Canary-Consume will demonstrate. --- .github/workflows/canary-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/canary-build.yml b/.github/workflows/canary-build.yml index fe58fa8..9f7a393 100644 --- a/.github/workflows/canary-build.yml +++ b/.github/workflows/canary-build.yml @@ -39,6 +39,7 @@ jobs: gradle: [ 'latest', '8', + '8.7', # BuildOperationExecutor#start() removal in 8.8 '8.5', # JDK21 '7', '7.6',