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:
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 }}]
Original file line number Diff line number Diff 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
88ARG STACK=2.1.3
99ARG CABAL_INSTALL=3.0
1010
You can’t perform that action at this time.
0 commit comments