Skip to content

Commit c1854a6

Browse files
committed
Try using 9.2.1, 8.143 and 8.3 for tests
1 parent 9875cff commit c1854a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
java-version: ['17', '21']
17-
gradle-version: ['8.5', '9.2']
17+
gradle-version: ['8.3', '8.14.3', '9.2.1']
1818

1919
steps:
2020
- name: Checkout code
@@ -62,7 +62,7 @@ jobs:
6262
retention-days: 7
6363

6464
- name: Upload build artifacts
65-
if: matrix.java-version == '17' && matrix.gradle-version == '9.2'
65+
if: matrix.java-version == '17' && matrix.gradle-version == '9.2.1'
6666
uses: actions/upload-artifact@v4
6767
with:
6868
name: build-artifacts

0 commit comments

Comments
 (0)