Skip to content

Commit

Permalink
Account for lack of support for GHC-7.10 on pre Ubuntu-22
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 29, 2023
1 parent 234bb80 commit 5a8be3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
include:
### -- Linux --
- { cabal: "3.4", os: ubuntu-latest, ghc: "7.10.3" }
- { cabal: "3.4", os: ubuntu-20.04, ghc: "7.10.3" }
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.0.2" }
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.2.2" }
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.4.4" }
Expand Down

0 comments on commit 5a8be3e

Please sign in to comment.