Skip to content

Commit

Permalink
Install latest cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 4, 2025
1 parent 33586d8 commit 527b0c8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,15 @@ jobs:
matrix:
os: [ubuntu-latest]
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
cabal: ['3.8.1.0']
include:
- os: macos-13
ghc: '9.4'
cabal: '3.8.1.0'
- os: macos-13
ghc: '9.6'
cabal: '3.8.1.0'
- os: windows-latest
ghc: '9.4'
cabal: '3.8.1.0'
- os: windows-latest
ghc: '9.6'
cabal: '3.8.1.0'
steps:
- uses: actions/checkout@v4

Expand All @@ -41,7 +36,7 @@ jobs:
- uses: haskell/ghcup-setup@v1
with:
ghc: ${{ matrix.ghc }}
cabal: ${{ matrix.cabal }}
cabal: latest

- name: Build
run: |
Expand Down Expand Up @@ -146,7 +141,7 @@ jobs:
- uses: haskell/ghcup-setup@v1
with:
ghc: ${{ matrix.ghc }}
cabal: ${{ matrix.cabal }}
cabal: latest

- name: Run build
run: |
Expand Down Expand Up @@ -175,7 +170,7 @@ jobs:
- uses: haskell/ghcup-setup@v1
with:
ghc: ${{ matrix.ghc }}
cabal: ${{ matrix.cabal }}
cabal: latest

- name: Run build
run: |
Expand Down

0 comments on commit 527b0c8

Please # to comment.