Skip to content

Commit 8a85d06

Browse files
committed
Build for 9.6.5
1 parent 784d9af commit 8a85d06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"]
31+
ghc: ["9.8.2", "9.6.5", "9.4.8", "9.2.8"]
3232
platform: [ { image: "debian:9"
3333
, installCmd: "sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && sed -i 's|security.debian.org|archive.debian.org/|g' /etc/apt/sources.list && sed -i /-updates/d /etc/apt/sources.list && apt-get update && apt-get install -y"
3434
, 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"
@@ -198,7 +198,7 @@ jobs:
198198
strategy:
199199
fail-fast: false
200200
matrix:
201-
ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"]
201+
ghc: ["9.8.2", "9.6.5", "9.4.8", "9.2.8"]
202202
steps:
203203
- name: Checkout code
204204
uses: actions/checkout@v3
@@ -240,7 +240,7 @@ jobs:
240240
strategy:
241241
fail-fast: true
242242
matrix:
243-
ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"]
243+
ghc: ["9.8.2", "9.6.5", "9.4.8", "9.2.8"]
244244
platform: [
245245
# { os: [self-hosted, Linux, ARM64] }
246246
# , ARCH: "ARM"
@@ -336,7 +336,7 @@ jobs:
336336
strategy:
337337
fail-fast: false
338338
matrix:
339-
ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"]
339+
ghc: ["9.8.2", "9.6.5", "9.4.8", "9.2.8"]
340340
steps:
341341
- name: Checkout code
342342
uses: actions/checkout@v3
@@ -381,7 +381,7 @@ jobs:
381381
strategy:
382382
fail-fast: false
383383
matrix:
384-
ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"]
384+
ghc: ["9.8.2", "9.6.5", "9.4.8", "9.2.8"]
385385
steps:
386386
- name: Checkout code
387387
uses: actions/checkout@v3
@@ -426,7 +426,7 @@ jobs:
426426
strategy:
427427
fail-fast: false
428428
matrix:
429-
ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"]
429+
ghc: ["9.8.2", "9.6.5", "9.4.8", "9.2.8"]
430430
steps:
431431
- name: install windows deps
432432
shell: pwsh

0 commit comments

Comments
 (0)