Skip to content

Commit

Permalink
Update the github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2024
1 parent 58bff93 commit fcbfb76
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,15 @@ jobs:

include:

- name: 9.8.1+streamly-core-0.2.2
- name: 9.10.1+streamly-core-master-Werror
ghc_version: 9.10.1
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.8.1.0
pack_options: >-
CABAL_PROJECT=cabal.project.d/master-Werror
ignore_error: false

ghc_version: 9.8.1
command: cabal-v2
runner: ubuntu-latest
Expand Down Expand Up @@ -134,7 +142,7 @@ jobs:
runner: ubuntu-latest
cabal-version: 3.2
pack_options: >-
CABAL_PROJECT=cabal.project.d/streamly-core-0.2.2
CABAL_PROJECT=cabal.project.d/master-Werror
ignore_error: false

- name: 8.10.7+bytestring-0.10.12
Expand All @@ -159,7 +167,7 @@ jobs:
runner: macos-latest
cabal_version: 3.4
pack_options: >-
CABAL_PROJECT=cabal.project.d/streamly-core-0.2.2
CABAL_PROJECT=cabal.project.d/master-Werror
ignore_error: false

- name: 8.8.4
Expand Down

0 comments on commit fcbfb76

Please sign in to comment.