Unverified Commit f0a3a22d authored by Seb Brown's avatar Seb Brown Committed by GitHub
Browse files

Merge pull request #114 from johncarter-phntm/lts_bump

Update ci to current LTS for Wagtail & Django
parents 30f53a9f ef827155
...@@ -16,11 +16,17 @@ head: ...@@ -16,11 +16,17 @@ head:
before_script: before_script:
- pip install .['testing'] - pip install .['testing']
lts_42: lts_41:
image: python:3.10 image: python:3.10
extends: .python_test extends: .python_test
before_script: before_script:
- pip install .['testing'] wagtail~=4.2 django~=4.0 - pip install .['testing'] wagtail~=4.1 django~=4.1
lts_52:
image: python:3.10
extends: .python_test
before_script:
- pip install .['testing'] wagtail~=5.2 django~=4.2
flake8: flake8:
stage: lint stage: lint
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment