Skip to content

Commit

Permalink
Drop GHC8 from CI and update GHC9 versions in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Jan 21, 2024
1 parent 2b02ffd commit 1a5e1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
cabal: ["3.6"]
ghc: ["8.10.7", "9.0.2", "9.2.4"]
ghc: ["9.0.2", "9.2.8", "9.4.8", "9.6.3"]

env:
CONFIG: "--project-file=cabal.project"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

outputs = { self, nixpkgs, flake-utils }:
let
ghcVersion = "924";
ghcVersion = "928";
compiler = "ghc${ghcVersion}";
# default systems compatible with pre-commit-hooks.nix
# https://github.com/cachix/pre-commit-hooks.nix/pull/122
Expand Down

0 comments on commit 1a5e1ea

Please sign in to comment.