File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222 strategy :
2323 fail-fast : false
2424 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 ']
2626 deb : ['buster', 'slim-buster']
2727 include :
2828 - ghc : ' 8.10.7'
3131 ghc_minor : ' 9.0'
3232 - ghc : ' 9.2.5'
3333 ghc_minor : ' 9.2'
34- - ghc : ' 9.4.3 '
34+ - ghc : ' 9.4.4 '
3535 ghc_minor : ' 9.4'
3636 steps :
3737 - uses : actions/checkout@v2
5959 strategy :
6060 fail-fast : false
6161 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 ']
6363 # uraimo/run-on-arch-action does not support debian slim variants
6464 deb : ['buster']
6565 arch : ['aarch64']
7070 ghc_minor : ' 9.0'
7171 - ghc : ' 9.2.5'
7272 ghc_minor : ' 9.2'
73- - ghc : ' 9.4.3 '
73+ - ghc : ' 9.4.4 '
7474 ghc_minor : ' 9.4'
7575 - arch : aarch64
7676 docker_platform : arm64
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN set -eux; \
8080 \
8181 cabal --version
8282
83- ARG GHC=9.4.3
83+ ARG GHC=9.4.4
8484ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
8585
8686RUN set -eux; \
@@ -90,10 +90,10 @@ RUN set -eux; \
9090 # sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
9191 case "$ARCH" in \
9292 'aarch64' ) \
93- GHC_SHA256='9694131b02f938e72e1740b772ff1c1c81a36ef44233dc230bbd978e7dd08e71 ' ; \
93+ GHC_SHA256='2c0f22a7430490be3071f88240761bd7aadb7d40f22c6b9f1d2485ffcdf4e2e0 ' ; \
9494 ;; \
9595 'x86_64' ) \
96- GHC_SHA256='940ac2b1770dc63b5f3f38f829bfe69f4a572d6b26cd93094cdd99d5300b5067 ' ; \
96+ GHC_SHA256='a3ecd2426bb519d6fdad05904c386f1c74b433f07722b0d1ef606c23159ade2d ' ; \
9797 ;; \
9898 *) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
9999 esac; \
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ RUN set -eux; \
9494 \
9595 cabal --version
9696
97- ARG GHC=9.4.3
97+ ARG GHC=9.4.4
9898ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
9999
100100RUN set -eux; \
@@ -104,10 +104,10 @@ RUN set -eux; \
104104 # sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
105105 case "$ARCH" in \
106106 'aarch64' ) \
107- GHC_SHA256='9694131b02f938e72e1740b772ff1c1c81a36ef44233dc230bbd978e7dd08e71 ' ; \
107+ GHC_SHA256='2c0f22a7430490be3071f88240761bd7aadb7d40f22c6b9f1d2485ffcdf4e2e0 ' ; \
108108 ;; \
109109 'x86_64' ) \
110- GHC_SHA256='940ac2b1770dc63b5f3f38f829bfe69f4a572d6b26cd93094cdd99d5300b5067 ' ; \
110+ GHC_SHA256='a3ecd2426bb519d6fdad05904c386f1c74b433f07722b0d1ef606c23159ade2d ' ; \
111111 ;; \
112112 *) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
113113 esac; \
You can’t perform that action at this time.
0 commit comments