Skip to content

Commit

Permalink
Update CI to 9.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noughtmare committed Aug 10, 2023
1 parent d50b371 commit f7094af
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -24,6 +24,8 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.4"
- "9.4.5"
- "9.6.2"
exclude:
- os: macOS-latest
ghc: 8.10.7
Expand Down Expand Up @@ -79,28 +81,28 @@ jobs:
run: |
cabal test all
- if: matrix.ghc == '9.0.2'
- if: matrix.ghc == '9.6.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'
- if: matrix.ghc == '9.6.2'
name: Build 'cabal-full'
run: |
cd "summoner-cli/examples/cabal-full/"
echo "packages: ." > cabal.project
cabal build all
- if: matrix.ghc == '9.0.2'
- if: matrix.ghc == '9.6.2'
name: Build 'stack-full'
run: |
cd "summoner-cli/examples/stack-full/"
echo "packages: ." > cabal.project
cabal build all
- if: matrix.ghc == '9.0.2'
- if: matrix.ghc == '9.6.2'
name: Build 'full-batteries'
run: |
cd "summoner-cli/examples/full-batteries/"
Expand All @@ -113,7 +115,7 @@ jobs:
strategy:
matrix:
stack: ["2.7.3"]
ghc: ["9.0.2"]
ghc: ["9.6.2"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f7094af

Please sign in to comment.