Skip to content

Commit

Permalink
drop old ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Oct 21, 2024
1 parent 2fbc8a5 commit 19d747d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- os: ubuntu-22.04 # linux x86_64; 4 vcpu, 16 GB memory
base-nixpkgs-channel: nixos-24.05
ghc:
- ghc-9-2
- ghc-9-4
- ghc-9-6
runs-on: ${{ matrix.runner.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Documentation comments use the [Haddock][haddock] format to ensure they are rend

### Testing compilation

Our default `shell.nix` sets up an environment around the most recent version of GHC that we support. CI also runs tests against a couple of older versions of GHC. To test using any of these versions locally:
Our default `shell.nix` sets up an environment around the most recent version of GHC that we support. CI used to supporst running tests against a different versions of GHC. To test using any of these versions locally:

```sh
cachix use nri # set up cache so the next step goes faster
Expand Down

0 comments on commit 19d747d

Please sign in to comment.