Skip to content

Commit

Permalink
👷 Update CI job for upgrade simulations
Browse files Browse the repository at this point in the history
Upgrading from 2.8.x directly is not possible.
  • Loading branch information
sergei-maertens committed Jan 10, 2025
1 parent cae3716 commit 01516cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
start: ['2.8.2']
start: ['3.0.1']

steps:
- uses: actions/checkout@v4
Expand All @@ -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 }}

Expand Down

0 comments on commit 01516cd

Please sign in to comment.