summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-03-29 13:06:53 +0200
committerAlfred Wingate <parona@protonmail.com>2024-03-29 14:01:32 +0200
commit73e276d675a9c2948cc889d92d1beb13df96d6b6 (patch)
tree92f18dc7c6461ec7107b1240e6665315bb48b724
parentce548ab538982b8b9487a1ed0878119cc84a3b34 (diff)
CI: update MySQL version to match reality
Signed-off-by: Alfred Wingate <parona@protonmail.com>
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f42b963..b0d5a9a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,9 +20,9 @@ jobs:
- python-version: '3.8'
os: ubuntu-18.04 # MySQL 5.7.32
- python-version: '3.9'
- os: ubuntu-20.04 # MySQL 8.0.22
+ os: ubuntu-20.04 # MySQL 8.0.36
- python-version: '3.10'
- os: ubuntu-22.04 # MySQL 8.0.28
+ os: ubuntu-22.04 # MySQL 8.0.36
- python-version: '3.11'
os: ubuntu-22.04 # MySQL 8.0.36
- python-version: '3.12'