Skip to content

Commit

Permalink
Update GHC and stack version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Mar 1, 2024
1 parent 7411599 commit 1056a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
${{ runner.os }}-${{ matrix.ghc }}-
- uses: haskell-actions/[email protected]
with:
ghc-version: '8.10.7'
ghc-version: '9.2.5'
enable-stack: true
stack-version: '2.7.5'
stack-version: '2.15.1'

- name: Install dependencies
run: stack --no-terminal --install-ghc test --only-dependencies
Expand Down

0 comments on commit 1056a33

Please sign in to comment.