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 1a1c758
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.6.2"
- "9.2.4"
exclude:
- os: macOS-latest
Expand Down Expand Up @@ -79,28 +79,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 +113,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 1a1c758

Please sign in to comment.