Skip to content

Commit

Permalink
[ci] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 29, 2024
1 parent af48b4d commit 280ffc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

services:
redis:
Expand All @@ -25,8 +25,8 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.9
- 3.10
- "3.9"
- "3.10"
django-version:
- django~=3.2.0
- django~=4.2.0
Expand All @@ -53,8 +53,8 @@ jobs:
run: |
pip install -U pip wheel setuptools
pip install -U -e .
pip install -U ${{ matrix.django-version }}
pip install -U -r requirements-test.txt
pip install -U ${{ matrix.django-version }}
- name: QA checks
run: ./run-qa-checks
Expand Down

0 comments on commit 280ffc4

Please sign in to comment.