Update .gitlab-ci.yml file : python 3.13 and require changelog
This commit is contained in:
parent
e5aa82e141
commit
2636a3dde7
|
@ -150,7 +150,7 @@ find_broken_links:
|
||||||
-- . || exit $?
|
-- . || exit $?
|
||||||
|
|
||||||
require_changelog:
|
require_changelog:
|
||||||
allow_failure: true
|
allow_failure: false
|
||||||
stage: lint
|
stage: lint
|
||||||
rules:
|
rules:
|
||||||
# Don't run on merge request that mention NOCHANGELOG or renovate bot commits
|
# Don't run on merge request that mention NOCHANGELOG or renovate bot commits
|
||||||
|
@ -232,7 +232,7 @@ test_api:
|
||||||
image: $CI_REGISTRY/funkwhale/ci/python-funkwhale-api:$PYTHON_VERSION
|
image: $CI_REGISTRY/funkwhale/ci/python-funkwhale-api:$PYTHON_VERSION
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON_VERSION: ["3.10", "3.11", "3.12"]
|
- PYTHON_VERSION: ["3.10", "3.11", "3.12", "3.13"]
|
||||||
services:
|
services:
|
||||||
- name: postgres:15-alpine
|
- name: postgres:15-alpine
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in New Issue