Skip to content

Commit e2c2fc7

Browse files
committed
Revert "Use JRE 25 in CI jobs (#854)"
This reverts commit a893925.
1 parent 72d3145 commit e2c2fc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

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

2323
env:
24-
java_version: 25
24+
java_version: 21
2525
java_distribution: zulu
26+
javadoc_version: 24 # newer than `java_version` for better javadoc
2627
groovy_version: 4.x
2728
CCDB_CONNECTION: 'sqlite:////cvmfs/oasis.opensciencegrid.org/jlab/hallb/clas12/sw/noarch/data/ccdb/ccdb_latest.sqlite'
2829
nthreads: 1
@@ -342,7 +343,7 @@ jobs:
342343
- name: set up JDK
343344
uses: actions/setup-java@v5
344345
with:
345-
java-version: ${{ env.java_version }}
346+
java-version: ${{ env.javadoc_version }}
346347
distribution: ${{ env.java_distribution }}
347348
cache: maven
348349
- name: build coatjava javadocs # javadoc:aggregate output dir cannot be controlled, so assume the latest "standard" path and `mv` it

0 commit comments

Comments
 (0)