Skip to content

Commit 86bbc8e

Browse files
authored
Merge pull request #1409 from UdashFramework/jdk-25
Update CI configuration to include Java 25 in the testing matrix
2 parents 7894e72 + 57ff5d8 commit 86bbc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
scala: [ 2.13.16 ]
22-
java-version: [ 17, 21 ]
22+
java-version: [ 17, 21, 25 ]
2323
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)