-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
Full context available in #158
But with Gradle 7 having release rc1 we now have a longer test runtime as we test for version 5.6.4
, 6.0
, 6.8.3
and 7.0-rc1
.
We want to test for Gradle 7 and we don't want to stop testing the earliest and current versions of Gradle 6 as it's the currently supported major, this leaves dropping 5.6.4
Having looked at the code I did misremember, the part I want to remove would mean dropping support for Gradle < 6.6.
Another alternative would perhaps be to create a GHA only for running the old platforms, perhaps testing 5.6.4
and 6.0
and on linux only, leaving the win+linux+mac tests with current + latest