Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/behave_next_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
behave_next_python:
name: Run Behave
runs-on: ubuntu-latest
continue-on-error: true
strategy:
max-parallel: 4
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest_next_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
pytest_next_python:
name: Run Pytest
runs-on: ubuntu-latest
continue-on-error: true
strategy:
max-parallel: 4
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading