From adf1437cafb3e9b4aa5f2dd56e8b4bf46fbd2388 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Mon, 2 Sep 2024 10:07:37 +0100 Subject: [PATCH] GHA: canary-consume.yml add Gradle 8.7 to matrix. This is due to API removal preventing build against Gradle 8.8 --- .github/workflows/canary-consume.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/canary-consume.yml b/.github/workflows/canary-consume.yml index 3a2e107..ac3c663 100644 --- a/.github/workflows/canary-consume.yml +++ b/.github/workflows/canary-consume.yml @@ -197,6 +197,7 @@ jobs: gradle: [ 'latest', '8', + '8.7', # BuildOperationExecutor#start() removal in 8.8 '8.5', # JDK21 '7', '7.6',