From 48c9ecba38639312763facb9d59dc6b1d9fc74c8 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 9 Sep 2024 21:59:49 +0200 Subject: [PATCH] build: upgrade os and python-version from CI matrix --- .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 5241c6af..b00ba835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: