minor updates to GitHub Actions
This commit is contained in:
parent
e14f445e2a
commit
9a3fd77a3a
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:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
cabal: ["3.4"]
|
||||
cabal: ["3.6"]
|
||||
ghc:
|
||||
- "8.6.5"
|
||||
- "8.8.4"
|
||||
- "8.10.7"
|
||||
- "9.0.1"
|
||||
- "9.0.2"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
stack: ["2.7.3"]
|
||||
ghc: ["8.10.4"]
|
||||
ghc: ["8.10.7"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue