File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- ghc : ['8.8.4', '8.10.3 ']
16
+ ghc : ['8.8.4', '8.10.4 ']
17
17
deb : ['stretch', 'buster']
18
18
include :
19
19
- ghc : ' 8.8.4'
20
20
ghc_minor : ' 8.8'
21
- - ghc : ' 8.10.3 '
21
+ - ghc : ' 8.10.4 '
22
22
ghc_minor : ' 8.10'
23
23
steps :
24
24
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update && \
6
6
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr && \
7
7
rm -rf /var/lib/apt/lists/*
8
8
9
- ARG GHC=8.10.3
9
+ ARG GHC=8.10.4
10
10
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
11
11
ARG CABAL_INSTALL=3.4
12
12
ARG STACK=2.5.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update && \
6
6
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr && \
7
7
rm -rf /var/lib/apt/lists/*
8
8
9
- ARG GHC=8.10.3
9
+ ARG GHC=8.10.4
10
10
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
11
11
ARG CABAL_INSTALL=3.4
12
12
ARG STACK=2.5.1
You can’t perform that action at this time.
0 commit comments