Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 14, 2024
1 parent 9af2e79 commit 2fe5d28
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.11.12, 2.12.20, 2.13.15, 3.3.4]
scala: [2.11.12, 2.12.20, 2.13.15, 3.6.2]
java: [zulu@8, zulu@11, zulu@17, zulu@21]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -64,6 +64,9 @@ jobs:
java-version: 21
cache: sbt

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

- run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' test mimaReportBinaryIssues

- name: Compress target directories
Expand Down Expand Up @@ -153,12 +156,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.3.4)
- name: Download target directories (3.6.2)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
name: target-${{ matrix.os }}-3.6.2-${{ matrix.java }}

- name: Inflate target directories (3.3.4)
- name: Inflate target directories (3.6.2)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit 2fe5d28

Please sign in to comment.