File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- ghc : ['9.0.2', '9.2.7', '9.4.4 ']
25
+ ghc : ['9.0.2', '9.2.7', '9.4.5 ']
26
26
deb : ['buster', 'slim-buster']
27
27
include :
28
28
- ghc : ' 9.0.2'
29
29
ghc_minor : ' 9.0'
30
30
- ghc : ' 9.2.7'
31
31
ghc_minor : ' 9.2'
32
- - ghc : ' 9.4.4 '
32
+ - ghc : ' 9.4.5 '
33
33
ghc_minor : ' 9.4'
34
34
steps :
35
35
- uses : actions/checkout@v2
57
57
strategy :
58
58
fail-fast : false
59
59
matrix :
60
- ghc : ['9.0.2', '9.2.7', '9.4.4 ']
60
+ ghc : ['9.0.2', '9.2.7', '9.4.5 ']
61
61
# uraimo/run-on-arch-action does not support debian slim variants
62
62
deb : ['buster']
63
63
arch : ['aarch64']
66
66
ghc_minor : ' 9.0'
67
67
- ghc : ' 9.2.7'
68
68
ghc_minor : ' 9.2'
69
- - ghc : ' 9.4.4 '
69
+ - ghc : ' 9.4.5 '
70
70
ghc_minor : ' 9.4'
71
71
- arch : aarch64
72
72
docker_platform : arm64
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ RUN set -eux; \
80
80
\
81
81
cabal --version
82
82
83
- ARG GHC=9.4.4
84
- ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
83
+ ARG GHC=9.4.5
84
+ ARG GHC_RELEASE_KEY=88b57fcf7db53b4db3bfa4b1588764fbe22d19c4
85
85
86
86
RUN set -eux; \
87
87
cd /tmp; \
@@ -90,10 +90,10 @@ RUN set -eux; \
90
90
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
91
91
case "$ARCH" in \
92
92
'aarch64' ) \
93
- GHC_SHA256='2c0f22a7430490be3071f88240761bd7aadb7d40f22c6b9f1d2485ffcdf4e2e0 ' ; \
93
+ GHC_SHA256='ecf16ec503e739e727174b29e5acbe4cf0c54737dd4d5eda046e09323f9ee248 ' ; \
94
94
;; \
95
95
'x86_64' ) \
96
- GHC_SHA256='a3ecd2426bb519d6fdad05904c386f1c74b433f07722b0d1ef606c23159ade2d ' ; \
96
+ GHC_SHA256='a44c39c4cc9a147de6dd31762995a9e47467cc91757800d80667b8cd60a9b226 ' ; \
97
97
;; \
98
98
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
99
99
esac; \
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ RUN set -eux; \
94
94
\
95
95
cabal --version
96
96
97
- ARG GHC=9.4.4
98
- ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
97
+ ARG GHC=9.4.5
98
+ ARG GHC_RELEASE_KEY=88b57fcf7db53b4db3bfa4b1588764fbe22d19c4
99
99
100
100
RUN set -eux; \
101
101
cd /tmp; \
@@ -104,10 +104,10 @@ RUN set -eux; \
104
104
# sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
105
105
case "$ARCH" in \
106
106
'aarch64' ) \
107
- GHC_SHA256='2c0f22a7430490be3071f88240761bd7aadb7d40f22c6b9f1d2485ffcdf4e2e0 ' ; \
107
+ GHC_SHA256='ecf16ec503e739e727174b29e5acbe4cf0c54737dd4d5eda046e09323f9ee248 ' ; \
108
108
;; \
109
109
'x86_64' ) \
110
- GHC_SHA256='a3ecd2426bb519d6fdad05904c386f1c74b433f07722b0d1ef606c23159ade2d ' ; \
110
+ GHC_SHA256='a44c39c4cc9a147de6dd31762995a9e47467cc91757800d80667b8cd60a9b226 ' ; \
111
111
;; \
112
112
*) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
113
113
esac; \
You can’t perform that action at this time.
0 commit comments