Try to bump GHC versions for cabal build

This commit is contained in:
Julian Ospald 2023-11-16 21:45:09 +08:00
parent 67885734c9
commit 999be172de
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ jobs:
ARCH: 64 ARCH: 64
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
TZ: Asia/Singapore TZ: Asia/Singapore
GHC_VERSION: 9.2.3 GHC_VERSION: 9.2.8
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -198,7 +198,7 @@ jobs:
TZ: Asia/Singapore TZ: Asia/Singapore
ARCH: ARM64 ARCH: ARM64
DISTRO: Ubuntu DISTRO: Ubuntu
GHC_VERSION: 9.2.2 GHC_VERSION: 9.2.8
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -261,7 +261,7 @@ jobs:
ARCH: 64 ARCH: 64
TARBALL_EXT: tar.xz TARBALL_EXT: tar.xz
DISTRO: na DISTRO: na
GHC_VERSION: 9.2.3 GHC_VERSION: 9.2.8
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -294,7 +294,7 @@ jobs:
TARBALL_EXT: tar.xz TARBALL_EXT: tar.xz
DISTRO: na DISTRO: na
HOMEBREW_CHANGE_ARCH_TO_ARM: 1 HOMEBREW_CHANGE_ARCH_TO_ARM: 1
GHC_VERSION: 9.2.3 GHC_VERSION: 9.2.8
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -327,7 +327,7 @@ jobs:
ARCH: 64 ARCH: 64
TARBALL_EXT: "zip" TARBALL_EXT: "zip"
DISTRO: na DISTRO: na
GHC_VERSION: 9.2.3 GHC_VERSION: 9.2.8
steps: steps:
- name: install windows deps - name: install windows deps
shell: pwsh shell: pwsh