Skip to content

Commit

Permalink
add test for 9.6.6.20240701
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jul 20, 2024
1 parent 17ccbcc commit 87e6410
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ghc-lib-parser-ex-ghc-lib-parser-9.6.6.20240701
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.4.3
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.6.6.20240701"

0 comments on commit 87e6410

Please sign in to comment.