Skip to content

Commit

Permalink
Bump snapshots and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jun 21, 2024
1 parent c9d9b25 commit 41ee972
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
cabal: "3.10"
- ghc: "9.8.2"
cabal: "3.10"
- ghc: "9.10.1"
cabal: "3.10"
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
Expand Down Expand Up @@ -80,6 +82,9 @@ jobs:
- ghc: "9.8.2"
cabal: "3.10"
winio: true
- ghc: "9.10.1"
cabal: "3.10"
winio: true
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
Expand Down
2 changes: 1 addition & 1 deletion ansi-terminal-types/stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
snapshot: lts-22.18 # GHC 9.6.4
snapshot: lts-22.26 # GHC 9.6.5
2 changes: 1 addition & 1 deletion ansi-terminal/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
snapshot: lts-22.18 # GHC 9.6.4
snapshot: lts-22.26 # GHC 9.6.5
flags:
ansi-terminal:
example: false
Expand Down
2 changes: 1 addition & 1 deletion stack-winio.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
snapshot: lts-22.18 # GHC 9.6.4
snapshot: lts-22.26 # GHC 9.6.5
flags:
ansi-terminal:
example: false
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
snapshot: lts-22.18 # GHC 9.6.4
snapshot: lts-22.26 # GHC 9.6.5
flags:
ansi-terminal:
example: false
Expand Down

0 comments on commit 41ee972

Please sign in to comment.