Skip to content

Commit

Permalink
Update CI for Ubuntu 22.04 defaults
Browse files Browse the repository at this point in the history
Python 3.10 and MariaDB 10.6
  • Loading branch information
amstilp committed Jul 1, 2024
1 parent 7a48fbf commit 7ec3b4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
backend: ["sqlite", "mysql"]
mariadb-version: ["10.4"] # What we're currently running with.
include:
- python-version: "3.12" # Possible future update.
- python-version: "3.10" # Ubuntu 22.04 upgrade.
django-version: "4.2"
backend: "mysql"
mariadb-version: "10.5"
- python-version: "3.12" # Possible future update.
mariadb-version: "10.6"
- python-version: "3.12" # Unbuntu 24.04.01 upgrade.
django-version: "4.2"
backend: "mysql"
mariadb-version: "10.11"
Expand Down

0 comments on commit 7ec3b4f

Please sign in to comment.