We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e52c4 commit 02bc402Copy full SHA for 02bc402
.github/workflows/ci.yml
@@ -19,13 +19,14 @@ jobs:
19
fail-fast: false
20
matrix:
21
scala: [ 2.13.16 ]
22
+ java-version: [ 17, 21 ]
23
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
24
steps:
25
- uses: actions/checkout@v4
26
- uses: actions/setup-java@v4
27
with:
28
distribution: temurin
- java-version: 17
29
+ java-version: ${{ matrix.java-version }}
30
cache: sbt
31
- uses: actions/setup-node@v4
32
0 commit comments