Skip to content

Commit

Permalink
Merge 12d1944 into 2b8f7af
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Apr 29, 2024
2 parents 2b8f7af + 12d1944 commit eb33b3e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
- 2.13.13

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: coursier/cache-action@v6

- name: scala
uses: olafurpg/setup-scala@v11
- name: setup Java and SBT
uses: actions/setup-java@v4
with:
java-version: openjdk@1.17
java-version: '17'
distribution: 'oracle'
cache: 'sbt'

- name: build ${{ matrix.scala }}
run: sbt ++${{ matrix.scala }} clean versionPolicyCheck coverage test
Expand Down

0 comments on commit eb33b3e

Please sign in to comment.