From 01516cda611210ee5d80a9de35dfb517af8ccc4e Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 10 Jan 2025 16:47:15 +0100 Subject: [PATCH] :construction_worker: Update CI job for upgrade simulations Upgrading from 2.8.x directly is not possible. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d69e5c5d41..c05e89cd2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -448,7 +448,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - start: ['2.8.2'] + start: ['3.0.1'] steps: - uses: actions/checkout@v4 @@ -472,7 +472,7 @@ jobs: docker compose run -e RELEASE=${RELEASE} web \ python src/manage.py migrate env: - RELEASE: '2.8.0-beta.0' + RELEASE: '3.1.0-dev.0' # ensure local image gets used TAG: ${{ needs.docker_build_setup.outputs.version }}