Skip to content

Commit

Permalink
Merge pull request #497 from UW-GAC/maint/ci/ubuntu-22.04-upgrade
Browse files Browse the repository at this point in the history
Update CI for Ubuntu 22.04 upgrade
  • Loading branch information
amstilp authored Jul 1, 2024
2 parents c5607f4 + 7ec3b4f commit 9ccd445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ template = "testing"
DBBACKEND = "sqlite3"
DBNAME = ":memory:"
[[tool.hatch.envs.test-sqlite.matrix]]
python = ["3.8", "3.12"]
python = ["3.8", "3.10", "3.12"]
django = ["4.2", "5.0"]
[tool.hatch.envs.test-sqlite.overrides]
matrix.django.extra-dependencies = [
Expand All @@ -185,7 +185,7 @@ extra-dependencies = [
[tool.hatch.envs.test-mysql.env-vars]
DBBACKEND = "mysql"
[[tool.hatch.envs.test-mysql.matrix]]
python = ["3.8", "3.12"]
python = ["3.8", "3.10", "3.12"]
django = ["4.2", "5.0"]
[tool.hatch.envs.test-mysql.overrides]
matrix.django.extra-dependencies = [
Expand Down

0 comments on commit 9ccd445

Please sign in to comment.