Update CI

This commit is contained in:
Andrzej Rybczak 2022-08-03 15:27:44 +02:00
parent 003c5d5721
commit 74da2829fb
5 changed files with 12 additions and 12 deletions

View File

@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.15.20220620
# version: 0.15.20220730
#
# REGENDATA ("0.15.20220620",["github","--config=cabal.haskell-ci","cabal.project"])
# REGENDATA ("0.15.20220730",["github","--config=cabal.haskell-ci","cabal.project"])
#
name: Haskell-CI
on:
@ -32,14 +32,14 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.4.0.20220523
- compiler: ghc-9.4.0.20220721
compilerKind: ghc
compilerVersion: 9.4.0.20220523
compilerVersion: 9.4.0.20220721
setup-method: ghcup
allow-failure: true
- compiler: ghc-9.2.3
- compiler: ghc-9.2.4
compilerKind: ghc
compilerVersion: 9.2.3
compilerVersion: 9.2.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
@ -65,7 +65,7 @@ jobs:
apt-get install -y --no-install-recommends gnupg ca-certificates dirmngr curl git software-properties-common libtinfo5
if [ "${{ matrix.setup-method }}" = ghcup ]; then
mkdir -p "$HOME/.ghcup/bin"
curl -sL https://downloads.haskell.org/ghcup/0.1.17.8/x86_64-linux-ghcup-0.1.17.8 > "$HOME/.ghcup/bin/ghcup"
curl -sL https://downloads.haskell.org/ghcup/0.1.18.0/x86_64-linux-ghcup-0.1.18.0 > "$HOME/.ghcup/bin/ghcup"
chmod a+x "$HOME/.ghcup/bin/ghcup"
"$HOME/.ghcup/bin/ghcup" config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml;
"$HOME/.ghcup/bin/ghcup" install ghc "$HCVER" || (cat "$HOME"/.ghcup/logs/*.* && false)
@ -75,7 +75,7 @@ jobs:
apt-get update
apt-get install -y "$HCNAME"
mkdir -p "$HOME/.ghcup/bin"
curl -sL https://downloads.haskell.org/ghcup/0.1.17.8/x86_64-linux-ghcup-0.1.17.8 > "$HOME/.ghcup/bin/ghcup"
curl -sL https://downloads.haskell.org/ghcup/0.1.18.0/x86_64-linux-ghcup-0.1.18.0 > "$HOME/.ghcup/bin/ghcup"
chmod a+x "$HOME/.ghcup/bin/ghcup"
"$HOME/.ghcup/bin/ghcup" install cabal 3.6.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
fi

View File

@ -21,7 +21,7 @@ extra-source-files:
CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3 || ==9.4.1
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head

View File

@ -17,7 +17,7 @@ description:
extra-source-files: CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head

View File

@ -17,7 +17,7 @@ extra-source-files:
CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3 || ==9.4.1
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head

View File

@ -22,7 +22,7 @@ extra-source-files:
CHANGELOG.md
README.md
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3 || ==9.4.1
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
bug-reports: https://github.com/haskell-effectful/effectful/issues
source-repository head