Skip to content

Commit 3d2241d

Browse files
committed
Build releases for 9.2.7
1 parent c10af27 commit 3d2241d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
28+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
2929
platform: [ { image: "debian:9"
3030
, installCmd: "apt-get update && apt-get install -y"
3131
, toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf"
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
fail-fast: true
152152
matrix:
153-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
153+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
154154
steps:
155155
- uses: docker://arm64v8/ubuntu:focal
156156
name: Cleanup (aarch64 linux)
@@ -205,7 +205,7 @@ jobs:
205205
strategy:
206206
fail-fast: false
207207
matrix:
208-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
208+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
209209
steps:
210210
- name: Checkout code
211211
uses: actions/checkout@v3
@@ -245,7 +245,7 @@ jobs:
245245
strategy:
246246
fail-fast: false
247247
matrix:
248-
ghc: ["9.4.4", "9.2.6", "9.2.5", "8.10.7"]
248+
ghc: ["9.4.4", "9.2.7", "9.2.5", "8.10.7"]
249249
steps:
250250
- name: Checkout code
251251
uses: actions/checkout@v3
@@ -289,7 +289,7 @@ jobs:
289289
strategy:
290290
fail-fast: false
291291
matrix:
292-
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
292+
ghc: ["9.4.4", "9.2.7", "9.2.5", "9.0.2", "8.10.7"]
293293
steps:
294294
- name: install windows deps
295295
shell: pwsh

0 commit comments

Comments
 (0)