Skip to content

add test for 9.6.6.20240701 #3

add test for 9.6.6.20240701

add test for 9.6.6.20240701 #3

name: ghc-lib-parser-ex-ghc-lib-parser-9.4.8.20231111
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.2.8
cabal-version: 'latest'
- 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.4.8.20231111"