Add ghc-9.0.2 to CI

This commit is contained in:
Inari Listenmaa
2022-03-05 13:25:26 +08:00
parent 20453193fe
commit b762e24a82
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
stack: ["latest"]
ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7"]
ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2"]
# ghc: ["8.8.3"]
steps: