Skip to content

Commit

Permalink
haskell-ci.yml: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytill committed Mar 1, 2024
1 parent feb112e commit 0ac1d09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.20231219
# version: 0.18.1
#
# REGENDATA ("0.17.20231219",["github","lens-toml-parser.cabal"])
# REGENDATA ("0.18.1",["github","lens-toml-parser.cabal"])
#
name: Haskell-CI
on:
Expand All @@ -28,14 +28,14 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.8.1
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.1
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.3
- compiler: ghc-9.6.4
compilerKind: ghc
compilerVersion: 9.6.3
compilerVersion: 9.6.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down

0 comments on commit 0ac1d09

Please sign in to comment.