Skip to content

Commit

Permalink
Fix ci setup for 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed Jan 11, 2022
1 parent 176f373 commit 6315698
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,26 @@ jobs:
run: |
cabal test all --enable-tests --test-show-details=direct
- if: matrix.ghc == '8.10.7'
- if: matrix.ghc == '9.0.2'
name: Build 'cabal-minimal'
run: |
cd "summoner-cli/examples/cabal-minimal/"
echo "packages: ." > cabal.project
cabal build all
- if: matrix.ghc != '9.0.2'
name: Build 'cabal-full'
- name: Build 'cabal-full'
run: |
cd "summoner-cli/examples/cabal-full/"
echo "packages: ." > cabal.project
cabal build all
- if: matrix.ghc != '9.0.2'
name: Build 'stack-full'
- name: Build 'stack-full'
run: |
cd "summoner-cli/examples/stack-full/"
echo "packages: ." > cabal.project
cabal build all
- if: matrix.ghc != '9.0.2'
name: Build 'full-batteries'
- name: Build 'full-batteries'
run: |
cd "summoner-cli/examples/full-batteries/"
echo "packages: ." > cabal.project
Expand Down

0 comments on commit 6315698

Please sign in to comment.