Skip to content

Commit

Permalink
Merge pull request #4 from distrap/ci/bump
Browse files Browse the repository at this point in the history
Bump CI
  • Loading branch information
sorki authored Apr 26, 2022
2 parents c4a4da6 + 03e91a6 commit 20d8477
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
steps:
- name: CVC4 dependency
run: sudo apt install cvc4
- uses: "actions/checkout@v1"
- uses: "actions/checkout@v3"
- id: setup-haskell-cabal
uses: "haskell/actions/setup@v1.2"
uses: "haskell/actions/setup@v2"
with:
cabal-version: "${{ matrix.cabal }}"
enable-stack: false
Expand All @@ -20,7 +20,7 @@ jobs:
fi
- name: freeze
run: cabal freeze
- uses: "actions/cache@v2"
- uses: "actions/cache@v3"
with:
key: "${{ runner.os }}-${{ matrix.ghc }}-cabal-${{ hashFiles('cabal.project.freeze') }}"
path: |
Expand All @@ -37,9 +37,9 @@ jobs:
strategy:
matrix:
cabal:
- '3.2'
- '3.4'
ghc:
- '8.10.4'
- '8.10.7'
name: Haskell CI
on:
- push
Expand Down
4 changes: 2 additions & 2 deletions ci.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ in haskellCi.generalCi
# haskellCi.matrixSteps
)
( Some
{ ghc = [ haskellCi.GHC.GHC8104 ]
, cabal = [ haskellCi.Cabal.Cabal32 ]
{ ghc = [ haskellCi.GHC.GHC8107 ]
, cabal = [ haskellCi.Cabal.Cabal34 ]
}
)
: haskellCi.CI.Type

0 comments on commit 20d8477

Please sign in to comment.