Skip to content

Commit

Permalink
GHA: canary-consume.yml add Gradle 8.7 to matrix.
Browse files Browse the repository at this point in the history
This is due to API removal preventing build against Gradle 8.8
  • Loading branch information
dlmiles committed Sep 2, 2024
1 parent 46488c1 commit adf1437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
gradle: [
'latest',
'8',
'8.7', # BuildOperationExecutor#start() removal in 8.8
'8.5', # JDK21
'7',
'7.6',
Expand Down

0 comments on commit adf1437

Please sign in to comment.