Add GHC 9.2.1 to the test matrix

This might fix #41, or it might fail.
This commit is contained in:
Taylor Fausak 2021-11-24 10:37:03 -05:00 committed by GitHub
parent d312023851
commit 62eb9957b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
include:
- { os: ubuntu-20.04, ghc: 9.2.1, cabal: 3.6.2.0 }
- { os: ubuntu-20.04, ghc: 9.0.1, cabal: 3.4.0.0 }
- { os: macos-10.15, ghc: 9.0.1, cabal: 3.4.0.0 }
- { os: windows-2019, ghc: 9.0.1, cabal: 3.4.0.0 }