diff --git a/.github/workflows/behave_next_python.yml b/.github/workflows/behave_next_python.yml index e50af812..9e311271 100644 --- a/.github/workflows/behave_next_python.yml +++ b/.github/workflows/behave_next_python.yml @@ -17,6 +17,7 @@ jobs: behave_next_python: name: Run Behave runs-on: ubuntu-latest + continue-on-error: true strategy: max-parallel: 4 matrix: diff --git a/.github/workflows/pytest_next_python.yml b/.github/workflows/pytest_next_python.yml index e85d3e6c..623a1277 100644 --- a/.github/workflows/pytest_next_python.yml +++ b/.github/workflows/pytest_next_python.yml @@ -17,6 +17,7 @@ jobs: pytest_next_python: name: Run Pytest runs-on: ubuntu-latest + continue-on-error: true strategy: max-parallel: 4 matrix: diff --git a/Makefile b/Makefile index b40e8304..3913183d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # It'd be nice to keep these in sync with the defaults of the Dockerfiles PYTHON_IMAGE_VER ?= 3.12 -POSTGRES_IMAGE_VER ?= 12.3 +POSTGRES_IMAGE_VER ?= 18 .DEFAULT_GOAL := help