File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ concurrency:
1919
2020env :
2121 GRADLE_OPTS : " -Dorg.gradle.daemon=false -Dfix.core.debug=STATE_CLEANUP -Dfix.core.ci=true"
22- JAVA_VERSION : ' 17'
2322permissions :
2423 contents : read
2524
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
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
You can’t perform that action at this time.
0 commit comments