|
30 | 30 | strategy: |
31 | 31 | fail-fast: false |
32 | 32 | matrix: |
33 | | - ghc: ["9.8.1", "9.6.4", "9.4.8", "9.2.8"] |
| 33 | + ghc: ["9.8.2", "9.6.4", "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" |
@@ -145,7 +145,7 @@ jobs: |
145 | 145 | , ARTIFACT: "x86_64-linux-unknown" |
146 | 146 | , ADD_CABAL_ARGS: "--enable-split-sections" |
147 | 147 | } |
148 | | - - ghc: 9.8.1 |
| 148 | + - ghc: 9.8.2 |
149 | 149 | platform: |
150 | 150 | { image: "rockylinux:8" |
151 | 151 | , installCmd: "yum -y install epel-release && yum install -y --allowerasing" |
@@ -213,7 +213,7 @@ jobs: |
213 | 213 | strategy: |
214 | 214 | fail-fast: true |
215 | 215 | matrix: |
216 | | - ghc: ["9.8.1", "9.6.4", "9.4.8", "9.2.8" ] |
| 216 | + ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8" ] |
217 | 217 | steps: |
218 | 218 | - uses: docker://arm64v8/ubuntu:focal |
219 | 219 | name: Cleanup (aarch64 linux) |
@@ -273,7 +273,7 @@ jobs: |
273 | 273 | strategy: |
274 | 274 | fail-fast: false |
275 | 275 | matrix: |
276 | | - ghc: ["9.8.1", "9.6.4", "9.4.8", "9.2.8"] |
| 276 | + ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"] |
277 | 277 | steps: |
278 | 278 | - name: Checkout code |
279 | 279 | uses: actions/checkout@v3 |
@@ -318,7 +318,7 @@ jobs: |
318 | 318 | strategy: |
319 | 319 | fail-fast: false |
320 | 320 | matrix: |
321 | | - ghc: ["9.8.1", "9.6.4", "9.4.8", "9.2.8"] |
| 321 | + ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"] |
322 | 322 | steps: |
323 | 323 | - name: Checkout code |
324 | 324 | uses: actions/checkout@v3 |
@@ -363,7 +363,7 @@ jobs: |
363 | 363 | strategy: |
364 | 364 | fail-fast: false |
365 | 365 | matrix: |
366 | | - ghc: ["9.8.1", "9.6.4", "9.4.8", "9.2.8"] |
| 366 | + ghc: ["9.8.2", "9.6.4", "9.4.8", "9.2.8"] |
367 | 367 | steps: |
368 | 368 | - name: install windows deps |
369 | 369 | shell: pwsh |
|
0 commit comments