Skip to content

Commit

Permalink
bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Jun 22, 2023
1 parent 45f92d2 commit cd72956
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 @@ -56,9 +56,9 @@ jobs:
matrix:
cabal: [latest]
ghc:
- "9.0.2"
- "9.2.4"
- "9.4.2"
- "9.0"
- "9.2"
- "9.4"

steps:

Expand All @@ -81,7 +81,7 @@ jobs:
- name: Setup Haskell build environment
id: setup-haskell-build-env
uses: haskell/actions/setup@v1
uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Setup Haskell build environment
id: setup-haskell-build-env
uses: haskell/actions/setup@v1
uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

- name: Setup Haskell build environment
id: setup-haskell-build-env
uses: haskell/actions/setup@v1
uses: haskell/actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down

0 comments on commit cd72956

Please sign in to comment.