Skip to content

Commit

Permalink
Test ghc deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Nov 23, 2021
1 parent 9c5b6e6 commit 5178ed2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
strategy:
matrix:
os: [macos-11, ubuntu-latest, windows-latest]
ghc: [9.0.1]
include:
# To test a ghc version deprecated in newer hls versions
- os: ubuntu-latest
ghc: 8.10.5
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -22,7 +27,7 @@ jobs:
- name: Ensure there is a supported ghc versions
uses: haskell/actions/setup@v1
with:
ghc-version: 9.0.1
ghc-version: ${{ matrix.ghc }}
- run: npm ci
- run: npm run webpack
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test
Expand Down

0 comments on commit 5178ed2

Please sign in to comment.