Skip to content

Commit

Permalink
Merge #3763 follow-up into 3.7.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Mar 19, 2024
2 parents 23c6688 + 8546893 commit 9dae0fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
with:
ref: ${{ matrix.branch }}
- name: Download JDK 9
if: ${{ matrix.branch == 'main' }}
if: contains('main 3.6.x', matrix.branch)
run: ${GITHUB_WORKSPACE}/.github/setup.sh
shell: bash
- name: Setup JDK 9
if: ${{ matrix.branch == 'main' }}
if: contains('main 3.6.x', matrix.branch)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'jdkfile'
java-version: 9.0.4
jdkFile: /opt/openjdk/java9/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz
- name: Setup JDK 21
if: ${{ matrix.branch == 'main' }}
if: contains('main 3.6.x', matrix.branch)
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # tag=v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 9dae0fb

Please sign in to comment.