diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72ec98f3b..c2d557408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: scala: [ 2.13.16 ] - java-version: [ 17, 21 ] + java-version: [ 17, 21, 25 ] command: [ udash-jvm/test, udash-js/test, guide-selenium/test ] steps: - uses: actions/checkout@v4