Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Oct 15, 2024
1 parent e554574 commit f2ca203
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.12.20, 3.3.4]
java: [[email protected], [email protected]]
java: ['11', '17', '21']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4
- name: Set up Java
uses: olafurpg/setup-scala@v13
uses: actions/setup-[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Run tests
run: sbt ++${{ matrix.scala }} test
Expand Down

0 comments on commit f2ca203

Please sign in to comment.