File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- ghc : ['8.10.7', '9.0.2', '9.2.5', '9.4.3 ']
25
+ ghc : ['8.10.7', '9.0.2', '9.2.5', '9.4.4 ']
26
26
deb : ['buster', 'slim-buster']
27
27
include :
28
28
- ghc : ' 8.10.7'
31
31
ghc_minor : ' 9.0'
32
32
- ghc : ' 9.2.5'
33
33
ghc_minor : ' 9.2'
34
- - ghc : ' 9.4.3 '
34
+ - ghc : ' 9.4.4 '
35
35
ghc_minor : ' 9.4'
36
36
steps :
37
37
- uses : actions/checkout@v2
59
59
strategy :
60
60
fail-fast : false
61
61
matrix :
62
- ghc : ['8.10.7', '9.0.2', '9.2.5', '9.4.3 ']
62
+ ghc : ['8.10.7', '9.0.2', '9.2.5', '9.4.4 ']
63
63
# uraimo/run-on-arch-action does not support debian slim variants
64
64
deb : ['buster']
65
65
arch : ['aarch64']
70
70
ghc_minor : ' 9.0'
71
71
- ghc : ' 9.2.5'
72
72
ghc_minor : ' 9.2'
73
- - ghc : ' 9.4.3 '
73
+ - ghc : ' 9.4.4 '
74
74
ghc_minor : ' 9.4'
75
75
- arch : aarch64
76
76
docker_platform : arm64
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN set -eux; \
80
80
\
81
81
cabal --version
82
82
83
- ARG GHC=9.4.3
83
+ ARG GHC=9.4.4
84
84
ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
85
85
86
86
RUN set -eux; \
@@ -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='9694131b02f938e72e1740b772ff1c1c81a36ef44233dc230bbd978e7dd08e71 ' ; \
93
+ GHC_SHA256='2c0f22a7430490be3071f88240761bd7aadb7d40f22c6b9f1d2485ffcdf4e2e0 ' ; \
94
94
;; \
95
95
'x86_64' ) \
96
- GHC_SHA256='940ac2b1770dc63b5f3f38f829bfe69f4a572d6b26cd93094cdd99d5300b5067 ' ; \
96
+ GHC_SHA256='a3ecd2426bb519d6fdad05904c386f1c74b433f07722b0d1ef606c23159ade2d ' ; \
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,7 +94,7 @@ RUN set -eux; \
94
94
\
95
95
cabal --version
96
96
97
- ARG GHC=9.4.3
97
+ ARG GHC=9.4.4
98
98
ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
99
99
100
100
RUN set -eux; \
@@ -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='9694131b02f938e72e1740b772ff1c1c81a36ef44233dc230bbd978e7dd08e71 ' ; \
107
+ GHC_SHA256='2c0f22a7430490be3071f88240761bd7aadb7d40f22c6b9f1d2485ffcdf4e2e0 ' ; \
108
108
;; \
109
109
'x86_64' ) \
110
- GHC_SHA256='940ac2b1770dc63b5f3f38f829bfe69f4a572d6b26cd93094cdd99d5300b5067 ' ; \
110
+ GHC_SHA256='a3ecd2426bb519d6fdad05904c386f1c74b433f07722b0d1ef606c23159ade2d ' ; \
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