Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Apr 23, 2024
1 parent a93faad commit b82071b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -26,9 +26,9 @@ jobs:
- "9.2.8"
- "9.4.8"
include:
- ghc: "9.6.4"
- ghc: "9.6.5"
cabal: "3.10"
- ghc: "9.8.1"
- ghc: "9.8.2"
cabal: "3.10"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -74,10 +74,10 @@ jobs:
- ghc: "9.4.8"
cabal: "3.8"
winio: true
- ghc: "9.6.4"
- ghc: "9.6.5"
cabal: "3.10"
winio: true
- ghc: "9.8.1"
- ghc: "9.8.2"
cabal: "3.10"
winio: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion stack-winio.yaml
@@ -1,4 +1,4 @@
snapshot: lts-22.9 # GHC 9.6.4
snapshot: lts-22.18 # GHC 9.6.4
flags:
ansi-terminal:
example: false
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
@@ -1,4 +1,4 @@
snapshot: lts-22.9 # GHC 9.6.4
snapshot: lts-22.18 # GHC 9.6.4
flags:
ansi-terminal:
example: false
Expand Down

0 comments on commit b82071b

Please sign in to comment.