Fix GHC version

This commit is contained in:
sdiehl
2020-01-04 16:26:15 +00:00
parent fa0f1dc0fa
commit a645953330
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
ghc: ["8.8.1", "8.5.6"]
ghc: ["8.8.1", "8.6.5"]
cabal: ["3.0"]
steps: