Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 6, 2024
1 parent faec21a commit 66928e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
distribution: "${{ matrix.distribution }}"
java-version: "${{ matrix.java }}"
cache: sbt
- name: Build and test
- name: Build and test (sbt 2.x)
shell: bash
run: |
sbt -v +compile scripted
sbt -v ++3.x scripted
- name: Build and test (sbt 1.x)
shell: bash
run: |
sbt -v ++2.12.x scripted

0 comments on commit 66928e6

Please sign in to comment.