Skip to content

Commit df3af80

Browse files
authored
Use one gradle (#76)
Gradle matrix is too much, stick to the latest.
1 parent 072fce6 commit df3af80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: ["8"]
17-
gradle: ["6.0", "6.1", "6.2"]
16+
java: ['8']
17+
gradle: ['6.2']
1818
steps:
1919
- uses: actions/checkout@722adc6
2020
with:

0 commit comments

Comments
 (0)