|
20 | 20 | runs-on: ubuntu-18.04
|
21 | 21 | needs: validate-8_8_4
|
22 | 22 | container:
|
23 |
| - image: phadej/ghc:9.2.1-bionic |
| 23 | + image: haskell:9.2.1 |
24 | 24 | steps:
|
25 | 25 | - name: System info
|
26 | 26 | run: |
|
|
70 | 70 | runs-on: ubuntu-18.04
|
71 | 71 | needs: validate-8_8_4
|
72 | 72 | container:
|
73 |
| - image: phadej/ghc:9.0.2-bionic |
| 73 | + image: haskell:9.0.2 |
74 | 74 | steps:
|
75 | 75 | - name: System info
|
76 | 76 | run: |
|
@@ -120,7 +120,7 @@ jobs:
|
120 | 120 | runs-on: ubuntu-18.04
|
121 | 121 | needs: validate-8_8_4
|
122 | 122 | container:
|
123 |
| - image: phadej/ghc:8.10.7-bionic |
| 123 | + image: haskell:8.10.7 |
124 | 124 | steps:
|
125 | 125 | - name: System info
|
126 | 126 | run: |
|
@@ -169,7 +169,7 @@ jobs:
|
169 | 169 | name: validate.sh ghc-8.8.4
|
170 | 170 | runs-on: ubuntu-18.04
|
171 | 171 | container:
|
172 |
| - image: phadej/ghc:8.8.4-bionic |
| 172 | + image: haskell:8.8.4 |
173 | 173 | steps:
|
174 | 174 | - name: System info
|
175 | 175 | run: |
|
@@ -219,7 +219,7 @@ jobs:
|
219 | 219 | runs-on: ubuntu-18.04
|
220 | 220 | needs: validate-8_8_4
|
221 | 221 | container:
|
222 |
| - image: phadej/ghc:8.6.5-bionic |
| 222 | + image: haskell:8.6.5 |
223 | 223 | steps:
|
224 | 224 | - name: System info
|
225 | 225 | run: |
|
@@ -269,7 +269,7 @@ jobs:
|
269 | 269 | runs-on: ubuntu-18.04
|
270 | 270 | needs: validate-8_8_4
|
271 | 271 | container:
|
272 |
| - image: phadej/ghc:8.4.4-bionic |
| 272 | + image: haskell:8.4.4 |
273 | 273 | steps:
|
274 | 274 | - name: System info
|
275 | 275 | run: |
|
@@ -319,7 +319,7 @@ jobs:
|
319 | 319 | runs-on: ubuntu-18.04
|
320 | 320 | needs: validate-8_8_4
|
321 | 321 | container:
|
322 |
| - image: phadej/ghc:8.2.2-bionic |
| 322 | + image: haskell:8.2.2 |
323 | 323 | steps:
|
324 | 324 | - name: System info
|
325 | 325 | run: |
|
@@ -369,7 +369,7 @@ jobs:
|
369 | 369 | runs-on: ubuntu-18.04
|
370 | 370 | needs: validate-8_8_4
|
371 | 371 | container:
|
372 |
| - image: phadej/ghc:8.0.2-bionic |
| 372 | + image: haskell:8.0.2 |
373 | 373 | steps:
|
374 | 374 | - name: System info
|
375 | 375 | run: |
|
@@ -411,7 +411,7 @@ jobs:
|
411 | 411 | runs-on: ubuntu-18.04
|
412 | 412 | needs: validate-8_8_4
|
413 | 413 | container:
|
414 |
| - image: phadej/ghc:7.10.3-bionic |
| 414 | + image: haskell:7.10.3 |
415 | 415 | steps:
|
416 | 416 | - name: System info
|
417 | 417 | run: |
|
@@ -453,7 +453,7 @@ jobs:
|
453 | 453 | runs-on: ubuntu-18.04
|
454 | 454 | needs: validate-8_8_4
|
455 | 455 | container:
|
456 |
| - image: phadej/ghc:7.8.4-bionic |
| 456 | + image: haskell:7.8.4 |
457 | 457 | steps:
|
458 | 458 | - name: System info
|
459 | 459 | run: |
|
@@ -495,7 +495,7 @@ jobs:
|
495 | 495 | runs-on: ubuntu-18.04
|
496 | 496 | needs: validate-8_8_4
|
497 | 497 | container:
|
498 |
| - image: phadej/ghc:7.6.3-xenial |
| 498 | + image: haskell:7.6.3 |
499 | 499 | steps:
|
500 | 500 | - name: System info
|
501 | 501 | run: |
|
@@ -541,7 +541,7 @@ jobs:
|
541 | 541 | runs-on: ubuntu-18.04
|
542 | 542 | needs: validate-8_8_4
|
543 | 543 | container:
|
544 |
| - image: phadej/ghc:8.8.4-xenial |
| 544 | + image: haskell:8.8.4 |
545 | 545 | steps:
|
546 | 546 | - name: System info
|
547 | 547 | run: |
|
|
0 commit comments