Merge pull request #1522 from peterbecich/github-actions-updates

minor updates to GitHub Actions
This commit is contained in:
Gaël Deest 2022-02-03 10:20:23 +01:00 committed by GitHub
commit 78034cd2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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