Merge pull request #931 from xmonad/haskell-ci-update

ci: Regenerate haskell-ci
This commit is contained in:
Tony Zorman 2025-03-22 05:40:18 +00:00 committed by GitHub
commit 50e7dd4262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -8,9 +8,9 @@
# #
# For more information, see https://github.com/haskell-CI/haskell-ci # For more information, see https://github.com/haskell-CI/haskell-ci
# #
# version: 0.19.20250216 # version: 0.19.20250315
# #
# REGENDATA ("0.19.20250216",["github","cabal.project"]) # REGENDATA ("0.19.20250315",["github","cabal.project"])
# #
name: Haskell-CI name: Haskell-CI
on: on:
@ -35,9 +35,9 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- compiler: ghc-9.12.1 - compiler: ghc-9.12.2
compilerKind: ghc compilerKind: ghc
compilerVersion: 9.12.1 compilerVersion: 9.12.2
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
- compiler: ghc-9.10.1 - compiler: ghc-9.10.1
@ -91,7 +91,7 @@ jobs:
- name: Install GHCup - name: Install GHCup
run: | run: |
mkdir -p "$HOME/.ghcup/bin" mkdir -p "$HOME/.ghcup/bin"
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup" curl -sL https://downloads.haskell.org/ghcup/0.1.40.0/x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup"
chmod a+x "$HOME/.ghcup/bin/ghcup" chmod a+x "$HOME/.ghcup/bin/ghcup"
- name: Install cabal-install - name: Install cabal-install
run: | run: |

View File

@ -38,7 +38,7 @@ cabal-version: 1.12
build-type: Simple build-type: Simple
bug-reports: https://github.com/xmonad/xmonad-contrib/issues bug-reports: https://github.com/xmonad/xmonad-contrib/issues
tested-with: GHC == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.6 || == 9.8.4 || == 9.10.1 || == 9.12.1 tested-with: GHC == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.6 || == 9.8.4 || == 9.10.1 || == 9.12.2
source-repository head source-repository head
type: git type: git