From 8dd27088328d6129342250b2526e69de503cffc1 Mon Sep 17 00:00:00 2001 From: chriscummings Date: Wed, 12 Nov 2025 08:01:06 -0600 Subject: [PATCH 1/2] chore(deps): Set the correct postgres version everywhere --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c924aff37d98112f68f513d25fbc88412852d4c1 Mon Sep 17 00:00:00 2001 From: chriscummings Date: Wed, 12 Nov 2025 08:13:37 -0600 Subject: [PATCH 2/2] ci(next-python): make these neutral checks since we know that py3.13 isn't supported until either libraries get fixed or we upgrade to django 5.2 or newer. --- .github/workflows/behave_next_python.yml | 1 + .github/workflows/pytest_next_python.yml | 1 + 2 files changed, 2 insertions(+) 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: