Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ludat authored Mar 19, 2024
1 parent ab9619d commit b4be042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
strategy:
matrix:
ghc: ['8.8.2', '8.10.1', '9.2.5', '9.4.4']
ghc: ['8.8.4', '8.10.7', '9.2.8', '9.4.8']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-haskell@v1
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.2'
Expand All @@ -26,7 +26,7 @@ jobs:
postgresql password: 'password'

- name: Cache
uses: actions/cache@v1
uses: actions/cache@v4
env:
cache-name: cache-cabal
with:
Expand Down

0 comments on commit b4be042

Please sign in to comment.