Skip to content

Commit

Permalink
Merge pull request #29 from TripShot/ci
Browse files Browse the repository at this point in the history
Add GHC 9.8 to CI
  • Loading branch information
cydparser authored Oct 15, 2023
2 parents 5c8eb83 + 5c7af85 commit fde5574
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@ jobs:
- "9.2"
- "9.4"
- "9.6"
- "9.8"
include:
- { os: macOS-latest, ghc: "9.6" }
- { os: windows-latest, ghc: "9.6" }
- { os: macOS-latest, ghc: "9.8" }
- { os: windows-latest, ghc: "9.8" }

steps:
- uses: actions/checkout@v3

- name: Set up GHC ${{ matrix.ghc-version }}
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: setup
with:
ghc-version: ${{ matrix.ghc }}
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:

- uses: actions/checkout@v3

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -120,7 +121,7 @@ jobs:
with:
path: |
~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-stack
key: ${{ runner.os }}-${{ steps.setup.outputs.ghc-version }}-stack

- name: Install dependencies
run: |
Expand Down
5 changes: 3 additions & 2 deletions io-streams-haproxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ tested-with:
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.5
GHC == 9.6.2
GHC == 9.4.7
GHC == 9.6.3
GHC == 9.8.1

source-repository head
type: git
Expand Down

0 comments on commit fde5574

Please sign in to comment.