Skip to content

Commit

Permalink
Bump stack CI to GHC 9.4.8 and LTS 22
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 4, 2024
1 parent 9ad2ac4 commit fcfede9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- master
- ci*
pull_request:
branches:
- master
- ci*

defaults:
run:
Expand All @@ -24,13 +22,13 @@ jobs:
include:
- os: ubuntu-latest
ghc: 9.8.1
resolver: nightly-2023-10-17
resolver: nightly-2024-01-04
- os: ubuntu-latest
ghc: 9.6.3
resolver: nightly-2023-10-17
resolver: lts-22.4
- os: ubuntu-latest
ghc: 9.4.7
resolver: lts-21.16
ghc: 9.4.8
resolver: lts-21.25
- os: ubuntu-latest
ghc: 9.2.8
resolver: lts-20.26
Expand Down

0 comments on commit fcfede9

Please sign in to comment.