ci: Regenerate haskell-ci

This commit is contained in:
github-actions[bot] 2024-03-02 03:15:25 +00:00
parent ca8e9ce722
commit ced5b7abfc
2 changed files with 5 additions and 5 deletions

View File

@ -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.1 compilerVersion: 9.8.2
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
+ upload: true + upload: true

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.17.20240109 # version: 0.18.1
# #
# REGENDATA ("0.17.20240109",["github","cabal.project"]) # REGENDATA ("0.18.1",["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.8.1 - compiler: ghc-9.8.2
compilerKind: ghc compilerKind: ghc
compilerVersion: 9.8.1 compilerVersion: 9.8.2
setup-method: ghcup setup-method: ghcup
allow-failure: false allow-failure: false
upload: true upload: true