Skip to content

Commit 2dc3217

Browse files
committed
replace 9.6.6 with 9.6.7
1 parent f1a72a0 commit 2dc3217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-all-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "8.6.5"
2121
- "8.8.3"
2222
- "8.10.7"
23-
- "9.6.6"
23+
- "9.6.7"
2424
exclude:
2525
- os: macos-latest
2626
ghc: 8.8.3
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
stack: ["latest"]
75-
ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.6"]
75+
ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.7"]
7676

7777
steps:
7878
- uses: actions/checkout@v2

stack-ghc9.6.6.yaml renamed to stack-ghc9.6.7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-22.29 # GHC-9.6.6
1+
resolver: ghc-9.6.7
22

33
extra-deps:
44
- multipart-0.2.0@sha256:b8770e3ff6089be4dd089a8250894b31287cca671f3d258190a505f9351fa8a9,1084

0 commit comments

Comments
 (0)