Skip to content

Commit

Permalink
build: Add JDK 21 to nightly CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Nov 8, 2023
1 parent f429383 commit 233dd68
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- JDK_VERSION: 1.17
JVM_NAME: temurin:1.17
extraOpts: ''
- JDK_VERSION: 1.21
JVM_NAME: temurin:1.21
extraOpts: ''
AKKA_VERSION: [main, default, snapshot]

steps:
Expand All @@ -35,10 +38,12 @@ jobs:
- name: Cache Coursier cache
uses: coursier/[email protected]

- name: Set up JDK ${{ matrix.JDK_VERSION }}
uses: coursier/[email protected].0
- name: Set up JDK ${{ matrix.jdkVersion }}
uses: coursier/[email protected].4
with:
jvm: ${{ matrix.JVM_NAME }}
jvm: ${{ matrix.jvmName }}
# FIXME default index not giving us access to JDK 21 (yet)
jvm-index: https://raw.githubusercontent.com/coursier/jvm-index/32d659500e6c65efb9eee91718a0fb0e797ad4ee/index.json

- name: Cache Build Target
uses: actions/[email protected]
Expand Down

0 comments on commit 233dd68

Please sign in to comment.