Skip to content

ci: add GHC 9.2, 9.4, 9.6 to matrix #38

ci: add GHC 9.2, 9.4, 9.6 to matrix

ci: add GHC 9.2, 9.4, 9.6 to matrix #38

Workflow file for this run

on: [push]
name: haskell/actions
jobs:
macos:
name: MacOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- run: cabal build
- run: cabal test --test-show-details=direct
windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- run: cabal build
- run: cabal test --test-show-details=direct