Skip to content

Commit 10dc6b3

Browse files
authored
CI: bump to v19 (add 26 and 27-EA) (see #505)
2 parents ef3db04 + fb7dbd6 commit 10dc6b3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ea-jdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
jobs:
66
linux-ea:
77
runs-on: ubuntu-latest
8-
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v17-openjdk26-ea"
8+
container: "ghcr.io/renaissance-benchmarks/renaissance-buildenv:v19-openjdk27-ea"
99
steps:
1010
- name: Git checkout
1111
uses: actions/checkout@v6

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
ARTIFACT_RETENTION_DAYS: ${{ ((github.event_name == 'push') && (github.ref == 'refs/heads/master')) && 30 || 4 }}
1212

1313
BUILDENV_IMAGE_BASE: ghcr.io/renaissance-benchmarks/renaissance-buildenv
14-
BUILDENV_IMAGE_VERSION: v18
14+
BUILDENV_IMAGE_VERSION: v19
1515

1616
jobs:
1717

@@ -154,6 +154,8 @@ jobs:
154154
image: temurin-jdk21
155155
- os: linux
156156
image: temurin-jdk25
157+
- os: linux
158+
image: openjdk26
157159
- os: linux
158160
image: openj9-openjdk11
159161
- os: linux

tools/ci/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cp_reflink() {
5252

5353
get_jvm_workaround_args() {
5454
case "$RENAISSANCE_JVM_MAJOR_VERSION" in
55-
1[6-9]|2[0-6]|26-ea)
55+
1[6-9]|2[0-7]|*-ea)
5656
echo "--add-opens=java.base/java.lang=ALL-UNNAMED"
5757
echo "--add-opens=java.base/java.lang.invoke=ALL-UNNAMED"
5858
echo "--add-opens=java.base/java.lang.reflect=ALL-UNNAMED"

0 commit comments

Comments
 (0)