Skip to content

Commit

Permalink
Fix CI runners for GHC-8.0.2 and GHC-8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ennocramer committed Aug 7, 2023
1 parent 4e53f92 commit 3f42e36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
matrix:
os: [ ubuntu-latest, macOS-latest ]
ghc: [ 8.0.2, 8.2.2, 8.4.4, 8.6.5, 8.8.3, 8.10.2, 9.0.1 ]
include:
- os: ubuntu-20.04
ghc: 8.0.2
- os: ubuntu-20.04
ghc: 8.2.2
exclude:
- os: macOS-latest
ghc: 8.0.2
Expand Down

0 comments on commit 3f42e36

Please sign in to comment.