bump GHC fix version and Cabal minor version in Github Action

This commit is contained in:
Peter Becich 2022-09-18 12:31:42 -07:00
parent 2323906080
commit dbab2acfbb
No known key found for this signature in database
GPG Key ID: E72322E610A464C4

View File

@ -13,13 +13,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
cabal: ["3.6"]
cabal: ["3.8.1.0"]
ghc:
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.2"
- "9.2.4"
steps:
- uses: actions/checkout@v2