Skip to content

Commit 2367871

Browse files
committed
Update release action to work with latest changes from ci
1 parent 42cd608 commit 2367871

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- java: 14
14+
- java: 18.0.1
1515
scala: 2
16-
- java: 11
16+
node: 24.10.0
17+
- java: 11.0.15
1718
scala: 3
18-
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
19+
node: 18.20.8
20+
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }} / Node v${{ matrix.node }}
1921
steps:
2022
- name: Git checkout
2123
uses: actions/checkout@v5
@@ -25,7 +27,9 @@ jobs:
2527
- name: Setup Scala
2628
uses: japgolly/[email protected]
2729
with:
28-
java-version: adopt@1.${{ matrix.java }}
30+
java-version: adoptium@1.${{ matrix.java }}
31+
jsdom-version: 26.1.0
32+
node-version: ${{ matrix.node }}
2933

3034
- name: Build and test
3135
shell: bash

0 commit comments

Comments
 (0)