Skip to content

Commit c6e7e60

Browse files
committed
Drop 9.4.8
1 parent 3ced516 commit c6e7e60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7", "9.4.8"]
31+
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7"]
3232
platform: [ { image: "debian:11"
3333
, installCmd: "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"
@@ -223,7 +223,7 @@ jobs:
223223
strategy:
224224
fail-fast: false
225225
matrix:
226-
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7", "9.4.8"]
226+
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7"]
227227
steps:
228228
- name: Checkout code
229229
uses: actions/checkout@v4
@@ -264,7 +264,7 @@ jobs:
264264
strategy:
265265
fail-fast: false
266266
matrix:
267-
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7", "9.4.8"]
267+
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7"]
268268
platform: [ { os: "macos-13"
269269
, ARCH: 64
270270
, ARTIFACT: "x86_64-apple-darwin"
@@ -319,7 +319,7 @@ jobs:
319319
strategy:
320320
fail-fast: false
321321
matrix:
322-
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7", "9.4.8"]
322+
ghc: ["9.12.2", "9.10.3", "9.8.4", "9.6.7"]
323323
steps:
324324
- name: install windows deps
325325
shell: pwsh

0 commit comments

Comments
 (0)