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: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
cabal: ["3.6"] cabal: ["3.8.1.0"]
ghc: ghc:
- "8.6.5" - "8.6.5"
- "8.8.4" - "8.8.4"
- "8.10.7" - "8.10.7"
- "9.0.2" - "9.0.2"
- "9.2.2" - "9.2.4"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2