We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6bc84 commit 4d121e8Copy full SHA for 4d121e8
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
# Always test on the latest version and some LTS.
16
java: [ 17, 21, 24 ]
17
# Test on the minimum Gradle version and the latest.
18
- gradle: [ 8.3, current ]
+ gradle: [ 8.3, 8.14.2, current ]
19
exclude:
20
# Gradle 8.3 doesn't support Java 24.
21
- gradle: 8.3
0 commit comments