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 c194e96 commit 61073d3
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 @@ -18,8 +18,6 @@ jobs:
- os: macos-14 # macos sonoma on m1; 3 vcpu, 7 GB memory
- os: ubuntu-22.04 # linux x86_64; 4 vcpu, 16 GB memory
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 61073d3

Please sign in to comment.