mirror of https://github.com/sbt/sbt.git
Update GitHub Actions configuration for 1.4.x branch
This commit is contained in:
parent
ce1eacb74f
commit
d1305647dc
|
|
@ -6,6 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|
@ -37,19 +38,19 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: sbt/io
|
repository: sbt/io
|
||||||
ref: develop
|
ref: 1.4.x
|
||||||
path: io
|
path: io
|
||||||
- name: Checkout sbt/librarymanagement
|
- name: Checkout sbt/librarymanagement
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: sbt/librarymanagement
|
repository: sbt/librarymanagement
|
||||||
ref: develop
|
ref: 1.4.x
|
||||||
path: librarymanagement
|
path: librarymanagement
|
||||||
- name: Checkout sbt/zinc
|
- name: Checkout sbt/zinc
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: sbt/zinc
|
repository: sbt/zinc
|
||||||
ref: develop
|
ref: 1.4.x
|
||||||
path: zinc
|
path: zinc
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: olafurpg/setup-scala@v10
|
uses: olafurpg/setup-scala@v10
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue