Skip to content

Commit

Permalink
build: upgrade os and python-version from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Sep 9, 2024
1 parent 918cb12 commit 48c9ecb
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 @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8', '3.11']
os: [ubuntu-20.04, ubuntu-24.04]
python-version: ['3.11', '3.12']
toxenv: ["django42", "quality", "docs"]

steps:
Expand Down

0 comments on commit 48c9ecb

Please sign in to comment.