Skip to content

Commit 5ca6d10

Browse files
committed
remove excessive testing
1 parent 909c5bc commit 5ca6d10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ jobs:
66
runs-on: ubuntu-latest
77
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
88

9-
strategy:
10-
matrix:
11-
gradle-version: [ '7.6.2', '8.0.1', '8.2.1' ]
12-
139
steps:
1410
- uses: actions/setup-java@v4
1511
with:
@@ -22,7 +18,7 @@ jobs:
2218

2319
- uses: gradle/actions/setup-gradle@v4
2420
with:
25-
gradle-version: ${{ matrix.gradle-version }}
21+
gradle-version: '8.12.1'
2622

2723
- run:
2824
./gradlew check --continue

0 commit comments

Comments
 (0)