Skip to content

Commit 083c587

Browse files
committed
Bump to GHC 8.8.2 and 8.8.3.
1 parent bad8e50 commit 083c587

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: [8.6.5, 8.8.1]
14+
ghc: [8.6.5, 8.8.2, 8.8.3]
1515
include:
1616
- ghc: 8.6.5
1717
ghc_minor: 8.6
18-
- ghc: 8.8.1
18+
- ghc: 8.8.2
19+
ghc_minor: 8.8
20+
- ghc: 8.8.3
1921
ghc_minor: 8.8
2022
steps:
2123
- uses: actions/checkout@v2
@@ -39,14 +41,14 @@ jobs:
3941
strategy:
4042
fail-fast: false
4143
matrix:
42-
ghc: [8.6.5, 8.8.1, 8.8.2]
44+
ghc: [8.6.5, 8.8.2, 8.8.3]
4345
include:
4446
- ghc: 8.6.5
4547
ghc_minor: 8.6
46-
- ghc: 8.8.1
47-
ghc_minor: 8.8
4848
- ghc: 8.8.2
4949
ghc_minor: 8.8
50+
- ghc: 8.8.3
51+
ghc_minor: 8.8
5052
steps:
5153
- uses: actions/checkout@v2
5254
- name: docker build [${{ matrix.ghc }}]

8.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && \
44
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr && \
55
rm -rf /var/lib/apt/lists/*
66

7-
ARG GHC=8.8.1
7+
ARG GHC=8.8.3
88
ARG STACK=2.1.3
99
ARG CABAL_INSTALL=3.0
1010

0 commit comments

Comments
 (0)