Skip to content

Commit 7d2a9bd

Browse files
authored
Update gradle.yml (#79)
1 parent d2c9838 commit 7d2a9bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/gradle.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,11 @@ jobs:
8181
# Check supported Gradle releases
8282
# https://gradle.org/releases/
8383
# https://docs.gradle.org/current/userguide/feature_lifecycle.html#eol_support
84-
verify:
84+
compatibility:
8585
strategy:
8686
matrix:
8787
GRADLE_VERSION:
88-
- "7.6.3"
89-
- "8.12"
88+
- "7.6.4"
9089
runs-on: ubuntu-latest
9190
needs: [basic, compliance]
9291
name: with Gradle ${{ matrix.GRADLE_VERSION }}
@@ -115,7 +114,7 @@ jobs:
115114
116115
publish:
117116
runs-on: ubuntu-latest
118-
needs: verify
117+
needs: compatibility
119118
if: startsWith(github.ref, 'refs/tags/v')
120119
steps:
121120
- name: Check out repo

0 commit comments

Comments
 (0)