Test all supported GHC versions

This commit is contained in:
sdiehl
2020-01-04 17:19:50 +00:00
parent a645953330
commit 1277dfd941
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
ghc: ["8.8.1", "8.6.5"]
ghc: ["8.8.1", "8.6.5", "8.6.4", "8.6.3", "8.6.2", "8.4.4", "8.2.2", "8.0.2"]
cabal: ["3.0"]
steps: