Skip to content

Commit

Permalink
Update github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Sep 20, 2024
1 parent a543afe commit 7206e09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.13.13, 3.3.3]
scala: [2.13.14, 3.3.3]
java: [temurin@8, temurin@11, temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -64,6 +64,9 @@ jobs:
java-version: 21
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Check that workflows are up to date
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck

Expand Down

0 comments on commit 7206e09

Please sign in to comment.