Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dopamane committed Jan 15, 2024
1 parent d53a8dd commit 3c9fcd0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['9.2']
cabal: ['3.6']
ghc: ['9.2', '9.6']
os: [ubuntu-20.04, windows-2022]
name: ${{ matrix.os }} GHC ${{ matrix.ghc }} Cabal ${{ matrix.cabal }}
name: ${{ matrix.os }} GHC ${{ matrix.ghc }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- name: Build
run: |
cabal update
cabal build
run: cabal build

0 comments on commit 3c9fcd0

Please sign in to comment.