This commit is contained in:
Peter Becich 2022-10-05 05:40:24 -05:00 committed by GitHub
commit f2446eae0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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