From 4e4e61565f37f74908e1f908a252c08680374287 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 9 Dec 2020 12:34:48 +0300 Subject: [PATCH] Tests: mysql 8.0.21 -> 8.022 --- .github/workflows/ansible-test-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 3c3ea5e..b3f3722 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -55,7 +55,7 @@ jobs: matrix: mysql: - 5.7.31 - - 8.0.21 + - 8.0.22 ansible: - stable-2.9 - stable-2.10 @@ -67,7 +67,7 @@ jobs: - pymysql==0.9.3 - mysqlclient==2.0.1 exclude: - - mysql: 8.0.21 + - mysql: 8.0.22 connector: pymysql==0.7.10 steps: