Skip to content

Commit b3024c7

Browse files
committed
Test with Gradle 8.10.2
1 parent e207c4d commit b3024c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
gradle: [ '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2.1', '8.1.1', '8.0.2', '7.5.1', '7.4.2', '7.3.3', '7.2', '7.1.1', '7.0.2', '6.9.4', '6.8.3' ]
46+
gradle: [ '8.10.2', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2.1', '8.1.1', '8.0.2', '7.5.1', '7.4.2', '7.3.3', '7.2', '7.1.1', '7.0.2', '6.9.4', '6.8.3' ]
4747
steps:
4848
- uses: actions/checkout@v4
4949

@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
strategy:
114114
matrix:
115-
gradle: [ '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2.1', '8.1.1', '8.0.2', '7.5.1', '7.4.2', '7.3.3', '7.2' ]
115+
gradle: [ '8.10.2', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2.1', '8.1.1', '8.0.2', '7.5.1', '7.4.2', '7.3.3', '7.2' ]
116116
steps:
117117
- uses: actions/checkout@v4
118118

@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-latest
151151
strategy:
152152
matrix:
153-
gradle: [ '8.10', '8.9', '8.8', '8.7', '8.6', '8.5' ]
153+
gradle: [ '8.10.2', '8.9', '8.8', '8.7', '8.6', '8.5' ]
154154
steps:
155155
- uses: actions/checkout@v4
156156

0 commit comments

Comments
 (0)