Skip to content

Commit

Permalink
CI: cosmetics: remove excluded version 8.4 which isn't included in ma…
Browse files Browse the repository at this point in the history
…trix
  • Loading branch information
andreasabel committed May 3, 2024
1 parent a64ce6d commit d847885
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ jobs:
ghc: '8.8'
- os: macos-latest
ghc: '8.6'
- os: macos-latest
ghc: '8.4'
steps:
- uses: actions/checkout@v4
- name: Setup toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=${{ matrix.ghc }} BOOTSTRAP_HASKELL_ADJUST_BASHRC=yes sh
- if: runner.os == 'macOS'
name: install system deps via brew
name: Install system deps via brew
run: brew install coreutils autoconf automake

- uses: actions/cache@v4
Expand Down Expand Up @@ -174,4 +172,3 @@ jobs:
cabal get unix-*.tar.gz
cd unix-*/
cabal test all --test-show-details=direct

0 comments on commit d847885

Please sign in to comment.