diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index aa25c57..ab99b93 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 60 container: - image: buildpack-deps:bionic + image: buildpack-deps:jammy services: postgres: image: postgres:14 diff --git a/cabal.haskell-ci b/cabal.haskell-ci index a7a4a1b..9a89447 100644 --- a/cabal.haskell-ci +++ b/cabal.haskell-ci @@ -1,3 +1,4 @@ +distribution: jammy branches: master doctest: False tests: True