File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
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.2 ']
16
+ ghc : ['8.8.4', '8.10.3 ']
17
17
deb : ['stretch', 'buster']
18
18
include :
19
19
- ghc : ' 8.8.4'
20
20
ghc_minor : ' 8.8'
21
- - ghc : ' 8.10.2 '
21
+ - ghc : ' 8.10.3 '
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,9 +6,9 @@ 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.2
9
+ ARG GHC=8.10.3
10
10
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
11
- ARG CABAL_INSTALL=3.2
11
+ ARG CABAL_INSTALL=3.4
12
12
ARG STACK=2.5.1
13
13
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ 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.2
9
+ ARG GHC=8.10.3
10
10
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
11
- ARG CABAL_INSTALL=3.2
11
+ ARG CABAL_INSTALL=3.4
12
12
ARG STACK=2.5.1
13
13
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && \
8
8
9
9
ARG GHC=8.8.4
10
10
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
11
- ARG CABAL_INSTALL=3.2
11
+ ARG CABAL_INSTALL=3.4
12
12
ARG STACK=2.5.1
13
13
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && \
8
8
9
9
ARG GHC=8.8.4
10
10
ARG DEBIAN_KEY=427CB69AAC9D00F2A43CAF1CBA3CBA3FFE22B574
11
- ARG CABAL_INSTALL=3.2
11
+ ARG CABAL_INSTALL=3.4
12
12
ARG STACK=2.5.1
13
13
ARG STACK_KEY=C5705533DA4F78D8664B5DC0575159689BEFB442
14
14
ARG STACK_RELEASE_KEY=2C6A674E85EE3FB896AFC9B965101FF31C5C154D
You can’t perform that action at this time.
0 commit comments