Enable and fix integration tests for devel (#290)

* Enable and fix integration tests for devel

* Update repo targets

* Remove useless directive

* default container -> ubuntu1804

* revert last commit

* 10.2 does not support 20.04 focal; increase to 10.3
This commit is contained in:
Andrew Klychkov 2022-03-01 19:57:20 +03:00 committed by GitHub
commit c273ee36a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -58,14 +58,14 @@ jobs:
db_engine_version:
- mysql_5.7.31
- mysql_8.0.22
- mariadb_10.2.37
- mariadb_10.3.34
- mariadb_10.5.9
ansible:
- stable-2.9
- stable-2.10
- stable-2.11
- stable-2.12
#- devel
- devel
python:
- 3.6
- 3.8