Skip to content

add a 9.0.2 test

add a 9.0.2 test #3

name: ghc-lib-parser-ex-ghc-lib-parser-9.2.8.20230729
on:
push:
jobs:
runhaskell:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: 9.0.2
cabal-version: 'latest'
- name: Install build tools (macOS)
run: |-
brew install llvm@12
echo "/opt/homebrew/opt/llvm@12/bin" >> $GITHUB_PATH
if: matrix.os == 'macos'
- name: Run CI.hs
shell: bash
run: cabal test test-suite:ghc-lib-parser-ex-test --allow-newer="ghc-lib-parser-ex:ghc-lib-parser" --constraint="ghc-lib-parser == 9.2.8.20230729"