Skip to content

Commit

Permalink
Test GHC 9.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed May 18, 2023
1 parent 527fb4c commit ecc84b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- stack-8.10.7.yaml
- stack-9.0.2.yaml
- stack-9.2.3.yaml
- stack-9.4.3.yaml
os:
- ubuntu-latest

Expand All @@ -41,7 +42,7 @@ jobs:
.stack-work
key: ${{ runner.os }}-stack-${{ hashFiles(matrix.stack_yaml) }}

- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
id: setup-haskell-stack
name: Setup Stack
with:
Expand Down
2 changes: 2 additions & 0 deletions stack-9.4.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resolver: nightly-2022-11-29
compiler: ghc-9.4.3

0 comments on commit ecc84b4

Please sign in to comment.