Skip to content

Commit

Permalink
Merge pull request #633 from UW-GAC/maint/ci/ubuntu-22.04
Browse files Browse the repository at this point in the history
Update CI to run ubuntu 22.04 defaults
  • Loading branch information
amstilp authored Jul 1, 2024
2 parents cf38e3b + a2c9d1e commit 5fb30e3
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 @@ -28,11 +28,11 @@ jobs:
backend: ["sqlite", "mariadb"]
mariadb-version: ["10.4"]
include:
- python-version: 3.12 # Possible future version.
- python-version: "3.10" # Future ubuntu 22.04 upgrade.
backend: "mariadb"
mariadb-version: "10.5"
mariadb-version: "10.6"
pip-recompile: true
- python-version: 3.12 # Possible future version.
- python-version: 3.12 # Future ubuntu 24.04.01 upgrade.
backend: "mariadb"
mariadb-version: "10.11"
pip-recompile: true
Expand Down

0 comments on commit 5fb30e3

Please sign in to comment.