Skip to content

Commit 88dff41

Browse files
authored
Merge pull request #1407 from UdashFramework/java-21
Update CI configuration to support multiple Java versions
2 parents 39ebf89 + 02bc402 commit 88dff41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
scala: [ 2.13.16 ]
22+
java-version: [ 17, 21 ]
2223
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
2324
steps:
2425
- uses: actions/checkout@v4
2526
- uses: actions/setup-java@v4
2627
with:
2728
distribution: temurin
28-
java-version: 17
29+
java-version: ${{ matrix.java-version }}
2930
cache: sbt
3031
- uses: actions/setup-node@v4
3132
with:

0 commit comments

Comments
 (0)