Skip to content

Commit d740ca9

Browse files
andreasabelBodigrim
authored andcommitted
CI: cosmetics: remove excluded version 8.4 which isn't included in matrix
1 parent a64ce6d commit d740ca9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,14 @@ jobs:
2626
ghc: '8.8'
2727
- os: macos-latest
2828
ghc: '8.6'
29-
- os: macos-latest
30-
ghc: '8.4'
3129
steps:
3230
- uses: actions/checkout@v4
3331
- name: Setup toolchain
3432
run: |
3533
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
3634
3735
- if: runner.os == 'macOS'
38-
name: install system deps via brew
36+
name: Install system deps via brew
3937
run: brew install coreutils autoconf automake
4038

4139
- uses: actions/cache@v4
@@ -174,4 +172,3 @@ jobs:
174172
cabal get unix-*.tar.gz
175173
cd unix-*/
176174
cabal test all --test-show-details=direct
177-

0 commit comments

Comments
 (0)