Skip to content

Commit

Permalink
regenerate ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Oct 11, 2023
1 parent 7bd8728 commit 69e95c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.17.20230922
# version: 0.17.20231010
#
# REGENDATA ("0.17.20230922",["github","text-ansi.cabal"])
# REGENDATA ("0.17.20231010",["github","text-ansi.cabal"])
#
name: Haskell-CI
on:
Expand All @@ -28,19 +28,19 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.2
- compiler: ghc-9.8.1
compilerKind: ghc
compilerVersion: 9.6.2
compilerVersion: 9.8.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.7
- compiler: ghc-9.6.3
compilerKind: ghc
compilerVersion: 9.4.7
compilerVersion: 9.6.3
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.8
- compiler: ghc-9.4.7
compilerKind: ghc
compilerVersion: 9.2.8
compilerVersion: 9.4.7
setup-method: ghcup
allow-failure: false
fail-fast: false
Expand Down

0 comments on commit 69e95c4

Please sign in to comment.