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 @@ -22,14 +22,14 @@ jobs:
2222 strategy :
2323 fail-fast : false
2424 matrix :
25- ghc : ['8.10.7', '9.0.2', '9.2.1 ']
25+ ghc : ['8.10.7', '9.0.2', '9.2.2 ']
2626 deb : ['buster', 'slim-buster']
2727 include :
2828 - ghc : ' 8.10.7'
2929 ghc_minor : ' 8.10'
3030 - ghc : ' 9.0.2'
3131 ghc_minor : ' 9.0'
32- - ghc : ' 9.2.1 '
32+ - ghc : ' 9.2.2 '
3333 ghc_minor : ' 9.2'
3434 steps :
3535 - uses : actions/checkout@v2
5757 strategy :
5858 fail-fast : false
5959 matrix :
60- ghc : ['8.10.7', '9.0.2', '9.2.1 ']
60+ ghc : ['8.10.7', '9.0.2', '9.2.2 ']
6161 # uraimo/run-on-arch-action does not support debian slim variants
6262 deb : ['buster']
6363 arch : ['aarch64']
6666 ghc_minor : ' 8.10'
6767 - ghc : ' 9.0.2'
6868 ghc_minor : ' 9.0'
69- - ghc : ' 9.2.1 '
69+ - ghc : ' 9.2.2 '
7070 ghc_minor : ' 9.2'
7171 - arch : aarch64
7272 docker_platform : arm64
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN set -eux; \
6262 \
6363 cabal --version
6464
65- ARG GHC=9.2.1
65+ ARG GHC=9.2.2
6666ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
6767
6868RUN set -eux; \
@@ -72,10 +72,10 @@ RUN set -eux; \
7272 # sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
7373 case "$ARCH" in \
7474 'aarch64' ) \
75- GHC_SHA256='717d4246a8b407a807048ce6eddb2785aca2e4c73b6b634c01e1726f42d539a1 ' ; \
75+ GHC_SHA256='f3621ccba7ae48fcd67a9505f61bb5ccfb05c4cbfecd5a6ea65fe3f150af0e98 ' ; \
7676 ;; \
7777 'x86_64' ) \
78- GHC_SHA256='53f1650ed092230480ff5750b94f409e5dfe66bd07ced00bbbcdf5d6b180234c ' ; \
78+ GHC_SHA256='fb61dea556a2023dc2d50ee61a22144bb23e4229a378e533065124c218f40cfc ' ; \
7979 ;; \
8080 *) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
8181 esac; \
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN set -eux; \
6060 \
6161 cabal --version
6262
63- ARG GHC=9.2.1
63+ ARG GHC=9.2.2
6464ARG GHC_RELEASE_KEY=FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD
6565
6666RUN set -eux; \
@@ -70,10 +70,10 @@ RUN set -eux; \
7070 # sha256 from https://downloads.haskell.org/~ghc/$GHC/SHA256SUMS
7171 case "$ARCH" in \
7272 'aarch64' ) \
73- GHC_SHA256='717d4246a8b407a807048ce6eddb2785aca2e4c73b6b634c01e1726f42d539a1 ' ; \
73+ GHC_SHA256='f3621ccba7ae48fcd67a9505f61bb5ccfb05c4cbfecd5a6ea65fe3f150af0e98 ' ; \
7474 ;; \
7575 'x86_64' ) \
76- GHC_SHA256='53f1650ed092230480ff5750b94f409e5dfe66bd07ced00bbbcdf5d6b180234c ' ; \
76+ GHC_SHA256='fb61dea556a2023dc2d50ee61a22144bb23e4229a378e533065124c218f40cfc ' ; \
7777 ;; \
7878 *) echo >&2 "error: unsupported architecture '$ARCH'" ; exit 1 ;; \
7979 esac; \
You can’t perform that action at this time.
0 commit comments