Skip to content

Commit

Permalink
Add a CI for 9.12.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Oct 26, 2024
1 parent b8fdd1c commit 533d26b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ jobs:
cabal_project: cabal.project.ghc-head
disable_sdist_build: "y"
ignore_error: true
- name: 9.12.1-alpha
ghc_version: head
ghcup_ghc_options: "-u https://downloads.haskell.org/ghc/9.12.1-alpha1/ghc-9.12.20241014-x86_64-deb12-linux.tar.xz"
runner: ubuntu-latest
build: cabal
cabal_build_options: "--flag limit-build-mem"
cabal_version: 3.12.1.0
cabal_project: cabal.project
disable_sdist_build: "y"
ignore_error: false
# Note: use linux for warning build for convenient dev testing
- name: 9.10.1-Werror
ghc_version: 9.10.1
Expand Down

0 comments on commit 533d26b

Please sign in to comment.