Skip to content

Commit

Permalink
Added CI job for GHC 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jun 17, 2024
1 parent 5fa5895 commit 59a544e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- os:
runner: "ubuntu-latest"
stack-yaml: "stack.ghc-9.2.yaml"
- os:
runner: "ubuntu-latest"
stack-yaml: "stack.ghc-9.4.yaml"
fail-fast: false
name: ${{ matrix.os.runner }} - ${{ matrix.stack-yaml }}
runs-on: ${{ matrix.os.runner }}
Expand Down

0 comments on commit 59a544e

Please sign in to comment.