|
25 | 25 | strategy:
|
26 | 26 | fail-fast: false
|
27 | 27 | 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"] |
29 | 29 | platform: [ { image: "debian:9"
|
30 | 30 | , installCmd: "apt-get update && apt-get install -y"
|
31 | 31 | , 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:
|
150 | 150 | strategy:
|
151 | 151 | fail-fast: true
|
152 | 152 | 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"] |
154 | 154 | steps:
|
155 | 155 | - uses: docker://arm64v8/ubuntu:focal
|
156 | 156 | name: Cleanup (aarch64 linux)
|
@@ -205,7 +205,7 @@ jobs:
|
205 | 205 | strategy:
|
206 | 206 | fail-fast: false
|
207 | 207 | 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"] |
209 | 209 | steps:
|
210 | 210 | - name: Checkout code
|
211 | 211 | uses: actions/checkout@v3
|
@@ -245,7 +245,7 @@ jobs:
|
245 | 245 | strategy:
|
246 | 246 | fail-fast: false
|
247 | 247 | 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"] |
249 | 249 | steps:
|
250 | 250 | - name: Checkout code
|
251 | 251 | uses: actions/checkout@v3
|
@@ -289,7 +289,7 @@ jobs:
|
289 | 289 | strategy:
|
290 | 290 | fail-fast: false
|
291 | 291 | 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"] |
293 | 293 | steps:
|
294 | 294 | - name: install windows deps
|
295 | 295 | shell: pwsh
|
|
0 commit comments