Skip to content

Commit d7bd5af

Browse files
authored
Update gradle.yml
Update latest build version to Java 24.
1 parent 9c09015 commit d7bd5af

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest, macos-latest ]
20-
java-version: [ 21, 23 ]
20+
java-version: [ 21, 24 ]
2121
steps:
2222
- uses: actions/checkout@v2
2323

@@ -27,4 +27,4 @@ jobs:
2727
java-version: ${{ matrix.java-version }}
2828
distribution: 'zulu'
2929
- name: Build with Gradle
30-
run: ./gradlew build --stacktrace --info
30+
run: ./gradlew build --stacktrace --info

0 commit comments

Comments
 (0)