Skip to content

Commit a893925

Browse files
authored
Use JRE 25 in CI jobs (#854)
1 parent 5e48e5a commit a893925

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ defaults:
2121
shell: bash
2222

2323
env:
24-
java_version: 21
24+
java_version: 25
2525
java_distribution: zulu
26-
javadoc_version: 24 # newer than `java_version` for better javadoc
2726
groovy_version: 4.x
2827
CCDB_CONNECTION: 'sqlite:////cvmfs/oasis.opensciencegrid.org/jlab/hallb/clas12/sw/noarch/data/ccdb/ccdb_latest.sqlite'
2928
nthreads: 1
@@ -266,7 +265,7 @@ jobs:
266265
- name: set up JDK
267266
uses: actions/setup-java@v5
268267
with:
269-
java-version: ${{ env.javadoc_version }}
268+
java-version: ${{ env.java_version }}
270269
distribution: ${{ env.java_distribution }}
271270
- name: build coatjava javadocs # javadoc:aggregate output dir cannot be controlled, so assume the latest "standard" path and `mv` it
272271
run: |

0 commit comments

Comments
 (0)