mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
ci: Regenerate haskell-ci
This commit is contained in:
parent
0404372fd3
commit
beabe75dda
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:
|
||||
name: Haskell-CI - Linux - ${{ matrix.compiler }}
|
||||
@@ -33,6 +40,7 @@
|
||||
compilerVersion: 9.8.2
|
||||
compilerVersion: 9.8.4
|
||||
setup-method: ghcup
|
||||
allow-failure: false
|
||||
+ upload: true
|
||||
|
9
.github/workflows/haskell-ci.yml
vendored
9
.github/workflows/haskell-ci.yml
vendored
@ -35,14 +35,19 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- compiler: ghc-9.12.1
|
||||
compilerKind: ghc
|
||||
compilerVersion: 9.12.1
|
||||
setup-method: ghcup
|
||||
allow-failure: false
|
||||
- compiler: ghc-9.10.1
|
||||
compilerKind: ghc
|
||||
compilerVersion: 9.10.1
|
||||
setup-method: ghcup
|
||||
allow-failure: false
|
||||
- compiler: ghc-9.8.2
|
||||
- compiler: ghc-9.8.4
|
||||
compilerKind: ghc
|
||||
compilerVersion: 9.8.2
|
||||
compilerVersion: 9.8.4
|
||||
setup-method: ghcup
|
||||
allow-failure: false
|
||||
upload: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user