diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e730d5dfa8..ddcc05e02a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] platform: [ { image: "debian:9" , installCmd: "sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list && sed -i 's|security.debian.org|archive.debian.org/|g' /etc/apt/sources.list && sed -i /-updates/d /etc/apt/sources.list && apt-get update && apt-get install -y" , toolRequirements: "libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev libbz2-dev git wget lsb-release software-properties-common gnupg2 apt-transport-https gcc autoconf automake build-essential curl ghc gzip libffi-dev libncurses-dev libncurses5 libtinfo5 patchelf" @@ -137,7 +137,16 @@ jobs: , ARTIFACT: "x86_64-linux-unknown" , ADD_CABAL_ARGS: "--enable-split-sections" } - - ghc: 9.8.2 + - ghc: 9.8.3 + platform: + { image: "rockylinux:8" + , installCmd: "yum -y install epel-release && yum install -y --allowerasing" + , toolRequirements: "autoconf automake binutils bzip2 coreutils curl elfutils-devel elfutils-libs findutils gcc gcc-c++ git gmp gmp-devel jq lbzip2 make ncurses ncurses-compat-libs ncurses-devel openssh-clients patch perl pxz python3 sqlite sudo wget which xz zlib-devel patchelf" + , DISTRO: "Unknown" + , ARTIFACT: "x86_64-linux-unknown" + , ADD_CABAL_ARGS: "--enable-split-sections" + } + - ghc: 9.8.4 platform: { image: "rockylinux:8" , installCmd: "yum -y install epel-release && yum install -y --allowerasing" @@ -214,7 +223,7 @@ jobs: strategy: fail-fast: true matrix: - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] steps: - uses: docker://arm64v8/ubuntu:focal name: Cleanup (aarch64 linux) @@ -274,7 +283,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] steps: - name: Checkout code uses: actions/checkout@v3 @@ -319,7 +328,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] steps: - name: Checkout code uses: actions/checkout@v3 @@ -364,7 +373,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.10.1", "9.8.2", "9.6.6", "9.4.8"] + ghc: ["9.10.1", "9.8.4", "9.8.3", "9.6.6", "9.4.8"] steps: - name: install windows deps shell: pwsh