Skip to content

Commit 0ffd910

Browse files
Upgrade tip Java version to 25
We shouldn't need a separate install for Gradle anymore.
1 parent b217b95 commit 0ffd910

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ concurrency:
1919

2020
env:
2121
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dfix.core.debug=STATE_CLEANUP -Dfix.core.ci=true"
22-
JAVA_VERSION: '17'
2322
permissions:
2423
contents: read
2524

@@ -31,7 +30,7 @@ jobs:
3130
strategy:
3231
fail-fast: false
3332
matrix:
34-
java: [ '17', '21' ]
33+
java: [ '17', '25' ]
3534
os: [ 'ubuntu-24.04', 'windows-latest' ]
3635
steps:
3736
- name: Checkout code
@@ -48,11 +47,6 @@ jobs:
4847
java -Xinternalversion
4948
echo "BUILD_JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
5049
echo "BUILD_JAVA_VERSION=${{ matrix.java }}" >> $GITHUB_ENV
51-
- name: Setup java 17 to run the Gradle script
52-
uses: actions/setup-java@v5
53-
with:
54-
distribution: 'zulu'
55-
java-version: ${{ env.JAVA_VERSION }}
5650
- name: Setup Gradle
5751
uses: gradle/actions/setup-gradle@v5
5852
- name: Build with Gradle

0 commit comments

Comments
 (0)