Skip to content

Commit

Permalink
Use GHC 9.2.7 in cabal-only CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo authored and pgrange committed Jul 20, 2023
1 parent 9912652 commit 4a41222
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
clean_caches: true
version_ghc: 9.2.7

- name: cabal build
run: |
Expand All @@ -53,6 +54,8 @@ jobs:

- name: setup dev environment
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
version_ghc: 9.2.7

- name: ❓ Test
if: ${{ matrix.package != 'hydra-tui' }}
Expand Down Expand Up @@ -115,6 +118,8 @@ jobs:

- name: setup dev environment
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
version_ghc: 9.2.7

- name: 📚 Documentation (Haddock)
run: |
Expand Down Expand Up @@ -150,6 +155,8 @@ jobs:

- name: setup dev environment
uses: ./.github/workflows/actions/setup_dev_ubuntu
with:
version_ghc: 9.2.7

- name: 📈 Benchmark
run: |
Expand Down

0 comments on commit 4a41222

Please sign in to comment.