Merge pull request #1522 from peterbecich/github-actions-updates
minor updates to GitHub Actions
This commit is contained in:
commit
78034cd2b3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
cabal: ["3.4"]
|
cabal: ["3.6"]
|
||||||
ghc:
|
ghc:
|
||||||
- "8.6.5"
|
- "8.6.5"
|
||||||
- "8.8.4"
|
- "8.8.4"
|
||||||
- "8.10.7"
|
- "8.10.7"
|
||||||
- "9.0.1"
|
- "9.0.2"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -93,7 +93,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
stack: ["2.7.3"]
|
stack: ["2.7.3"]
|
||||||
ghc: ["8.10.4"]
|
ghc: ["8.10.7"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue