Skip to content

Commit e60edb1

Browse files
committed
Test with Gradle 9.0.0-rc-1
1 parent 6f93fb7 commit e60edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Build with Gradle
165165
id: gradle-build
166-
run: ./gradlew integrationTest "-Ptest.gradle-version=9.0.0-milestone-9"
166+
run: ./gradlew integrationTest "-Ptest.gradle-version=9.0.0-rc-1"
167167

168168
- name: Store reports
169169
if: always() && (steps.gradle-build.outcome == 'success' || steps.gradle-build.outcome == 'failure')

0 commit comments

Comments
 (0)