mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
ci: Regenerate haskell-ci
This commit is contained in:
parent
ab6648ca8f
commit
eae89e25f9
2
.github/workflows/haskell-ci-hackage.patch
vendored
2
.github/workflows/haskell-ci-hackage.patch
vendored
@ -38,7 +38,7 @@ set in GitHub repository secrets.
|
|||||||
linux:
|
linux:
|
||||||
name: Haskell-CI - Linux - ${{ matrix.compiler }}
|
name: Haskell-CI - Linux - ${{ matrix.compiler }}
|
||||||
@@ -33,6 +40,7 @@
|
@@ -33,6 +40,7 @@
|
||||||
compilerVersion: 9.8.2
|
compilerVersion: 9.8.4
|
||||||
setup-method: ghcup
|
setup-method: ghcup
|
||||||
allow-failure: false
|
allow-failure: false
|
||||||
+ upload: true
|
+ upload: true
|
||||||
|
13
.github/workflows/haskell-ci.yml
vendored
13
.github/workflows/haskell-ci.yml
vendored
@ -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.20241114
|
# version: 0.19.20250115
|
||||||
#
|
#
|
||||||
# REGENDATA ("0.19.20241114",["github","cabal.project"])
|
# REGENDATA ("0.19.20250115",["github","cabal.project"])
|
||||||
#
|
#
|
||||||
name: Haskell-CI
|
name: Haskell-CI
|
||||||
on:
|
on:
|
||||||
@ -35,14 +35,19 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- compiler: ghc-9.12.1
|
||||||
|
compilerKind: ghc
|
||||||
|
compilerVersion: 9.12.1
|
||||||
|
setup-method: ghcup
|
||||||
|
allow-failure: false
|
||||||
- compiler: ghc-9.10.1
|
- compiler: ghc-9.10.1
|
||||||
compilerKind: ghc
|
compilerKind: ghc
|
||||||
compilerVersion: 9.10.1
|
compilerVersion: 9.10.1
|
||||||
setup-method: ghcup
|
setup-method: ghcup
|
||||||
allow-failure: false
|
allow-failure: false
|
||||||
- compiler: ghc-9.8.2
|
- compiler: ghc-9.8.4
|
||||||
compilerKind: ghc
|
compilerKind: ghc
|
||||||
compilerVersion: 9.8.2
|
compilerVersion: 9.8.4
|
||||||
setup-method: ghcup
|
setup-method: ghcup
|
||||||
allow-failure: false
|
allow-failure: false
|
||||||
upload: true
|
upload: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user