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 909c5bc commit 5ca6d10Copy full SHA for 5ca6d10
.github/workflows/ci.yml
@@ -6,10 +6,6 @@ jobs:
6
runs-on: ubuntu-latest
7
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
8
9
- strategy:
10
- matrix:
11
- gradle-version: [ '7.6.2', '8.0.1', '8.2.1' ]
12
-
13
steps:
14
- uses: actions/setup-java@v4
15
with:
@@ -22,7 +18,7 @@ jobs:
22
18
23
19
- uses: gradle/actions/setup-gradle@v4
24
20
25
- gradle-version: ${{ matrix.gradle-version }}
21
+ gradle-version: '8.12.1'
26
27
- run:
28
./gradlew check --continue
0 commit comments