Skip to content

Commit

Permalink
Disable versions that do not pass the build
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlaw committed Feb 19, 2021
1 parent 43d13a8 commit c5b9bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15]
ghc: ["8.6", "8.8", "8.10", "9.0"]
ghc: [8.8", "8.10"]
cabal: ["3.2"]

steps:
Expand Down

0 comments on commit c5b9bf7

Please sign in to comment.