|
30 | 30 | strategy: |
31 | 31 | fail-fast: false |
32 | 32 | matrix: |
33 | | - ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"] |
| 33 | + ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"] |
34 | 34 | platform: [ { image: "debian:9" |
35 | 35 | , 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" |
36 | 36 | , 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" |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | , ARTIFACT: "x86_64-linux-unknown" |
137 | 137 | , ADD_CABAL_ARGS: "--enable-split-sections" |
138 | 138 | } |
139 | | - - ghc: 9.6.5 |
| 139 | + - ghc: 9.6.6 |
140 | 140 | platform: |
141 | 141 | { image: "rockylinux:8" |
142 | 142 | , installCmd: "yum -y install epel-release && yum install -y --allowerasing" |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 | strategy: |
223 | 223 | fail-fast: true |
224 | 224 | matrix: |
225 | | - ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8" ] |
| 225 | + ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8" ] |
226 | 226 | steps: |
227 | 227 | - uses: docker://arm64v8/ubuntu:focal |
228 | 228 | name: Cleanup (aarch64 linux) |
@@ -282,7 +282,7 @@ jobs: |
282 | 282 | strategy: |
283 | 283 | fail-fast: false |
284 | 284 | matrix: |
285 | | - ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"] |
| 285 | + ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"] |
286 | 286 | steps: |
287 | 287 | - name: Checkout code |
288 | 288 | uses: actions/checkout@v3 |
@@ -327,7 +327,7 @@ jobs: |
327 | 327 | strategy: |
328 | 328 | fail-fast: false |
329 | 329 | matrix: |
330 | | - ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"] |
| 330 | + ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"] |
331 | 331 | steps: |
332 | 332 | - name: Checkout code |
333 | 333 | uses: actions/checkout@v3 |
@@ -372,7 +372,7 @@ jobs: |
372 | 372 | strategy: |
373 | 373 | fail-fast: false |
374 | 374 | matrix: |
375 | | - ghc: ["9.10.1", "9.8.2", "9.6.5", "9.4.8", "9.2.8"] |
| 375 | + ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8", "9.2.8"] |
376 | 376 | steps: |
377 | 377 | - name: install windows deps |
378 | 378 | shell: pwsh |
|
0 commit comments