Skip to content
Snippets Groups Projects
Commit d740ca92 authored by andreas.abel's avatar andreas.abel Committed by Bodigrim
Browse files

CI: cosmetics: remove excluded version 8.4 which isn't included in matrix

parent a64ce6db
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,6 @@ jobs:
ghc: '8.8'
- os: macos-latest
ghc: '8.6'
- os: macos-latest
ghc: '8.4'
steps:
- uses: actions/checkout@v4
- name: Setup toolchain
......@@ -35,7 +33,7 @@ jobs:
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
......@@ -174,4 +172,3 @@ jobs:
cabal get unix-*.tar.gz
cd unix-*/
cabal test all --test-show-details=direct
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment