Update GitHub Actions configuration for 1.4.x branch

This commit is contained in:
Eugene Yokota 2020-12-19 15:16:50 -05:00
parent ce1eacb74f
commit d1305647dc
1 changed files with 4 additions and 3 deletions

View File

@ -6,6 +6,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
@ -37,19 +38,19 @@ jobs:
uses: actions/checkout@v2
with:
repository: sbt/io
ref: develop
ref: 1.4.x
path: io
- name: Checkout sbt/librarymanagement
uses: actions/checkout@v2
with:
repository: sbt/librarymanagement
ref: develop
ref: 1.4.x
path: librarymanagement
- name: Checkout sbt/zinc
uses: actions/checkout@v2
with:
repository: sbt/zinc
ref: develop
ref: 1.4.x
path: zinc
- name: Setup
uses: olafurpg/setup-scala@v10