File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- ghc : [8.6.5, 8.8.1 ]
14
+ ghc : [8.6.5, 8.8.2, 8.8.3 ]
15
15
include :
16
16
- ghc : 8.6.5
17
17
ghc_minor : 8.6
18
- - ghc : 8.8.1
18
+ - ghc : 8.8.2
19
+ ghc_minor : 8.8
20
+ - ghc : 8.8.3
19
21
ghc_minor : 8.8
20
22
steps :
21
23
- uses : actions/checkout@v2
@@ -39,14 +41,14 @@ jobs:
39
41
strategy :
40
42
fail-fast : false
41
43
matrix :
42
- ghc : [8.6.5, 8.8.1 , 8.8.2 ]
44
+ ghc : [8.6.5, 8.8.2 , 8.8.3 ]
43
45
include :
44
46
- ghc : 8.6.5
45
47
ghc_minor : 8.6
46
- - ghc : 8.8.1
47
- ghc_minor : 8.8
48
48
- ghc : 8.8.2
49
49
ghc_minor : 8.8
50
+ - ghc : 8.8.3
51
+ ghc_minor : 8.8
50
52
steps :
51
53
- uses : actions/checkout@v2
52
54
- name : docker build [${{ matrix.ghc }}]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apt-get update && \
4
4
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr && \
5
5
rm -rf /var/lib/apt/lists/*
6
6
7
- ARG GHC=8.8.1
7
+ ARG GHC=8.8.3
8
8
ARG STACK=2.1.3
9
9
ARG CABAL_INSTALL=3.0
10
10
You can’t perform that action at this time.
0 commit comments