Skip to content

Commit b85dc91

Browse files
committed
more clean-up for action
1 parent c354611 commit b85dc91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88

99
strategy:
1010
matrix:
11-
gradle-version: [ '7.6.4', '8.7', '8.12.1', 'latest' ]
11+
gradle-version: [ '7.6.4', '8.7', '8.12.1', 'current' ]
1212

1313
steps:
1414
- uses: actions/setup-java@v4
1515
with:
16-
java-version: 17
17-
distribution: 'temurin'
16+
java-version: 21
17+
distribution: 'azul'
1818

1919
- uses: actions/checkout@v4
2020

0 commit comments

Comments
 (0)