mirror of https://github.com/sbt/sbt.git
Downgrade integration test to use sbt 1.3.13
This commit is contained in:
parent
0939c1c78e
commit
e8eda76278
|
|
@ -6,6 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.4.0-RC2
|
sbt.version=1.3.13
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue