Update version tested

This commit is contained in:
Laurent Indermuehle 2023-01-06 16:11:43 +01:00
parent 9b7fbdfe5e
commit 9001b87c6b
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 25 additions and 16 deletions

View file

@ -42,9 +42,11 @@ jobs:
matrix: matrix:
db_engine_version: db_engine_version:
- mysql:5.7.40 - mysql:5.7.40
- mysql:8.0.22 - mysql:8.0.31
- mariadb:10.4.24 - mariadb:10.4.24
- mariadb:10.5.18 - mariadb:10.5.18
- mariadb:10.6.11
- mariadb:10.7.7
- mariadb:10.8.3 - mariadb:10.8.3
ansible: ansible:
- stable-2.12 - stable-2.12
@ -52,26 +54,23 @@ jobs:
- stable-2.14 - stable-2.14
- devel - devel
python: python:
- 3.6
- 3.8 - 3.8
- 3.9 - 3.9
- 3.10
- 3.11
connector: connector:
- pymysql==0.7.10 - pymysql==0.7.10
- pymysql==0.9.3 - pymysql==0.9.3
- mysqlclient==2.0.1 - mysqlclient==2.0.1
exclude: exclude:
- db_engine_version: mysql_8.0.22 - db_engine_version: mysql:8.0.22
connector: pymysql==0.7.10 connector: pymysql==0.7.10
- db_engine_version: mariadb_10.8.3 - db_engine_version: mariadb:10.4.24
connector: pymysql==0.7.10
- db_engine_version: mariadb:10.5.18
connector: pymysql==0.7.10
- db_engine_version: mariadb:10.8.3
connector: pymysql==0.7.10 connector: pymysql==0.7.10
- python: 3.6
ansible: stable-2.12
- python: 3.6
ansible: stable-2.13
- python: 3.6
ansible: stable-2.14
- python: 3.6
ansible: devel
- python: 3.8 - python: 3.8
ansible: stable-2.13 ansible: stable-2.13
- python: 3.8 - python: 3.8
@ -80,6 +79,12 @@ jobs:
ansible: devel ansible: devel
- python: 3.9 - python: 3.9
ansible: stable-2.12 ansible: stable-2.12
- python: 3.10
ansible: stable-2.12
- python: 3.11
ansible: stable-2.12
- python: 3.11
ansible: stable-2.13
services: services:
db_primary: db_primary:

View file

@ -70,10 +70,14 @@ Every voice is important and every idea is valuable. If you have something on yo
### Databases ### Databases
- mysql 5.7.31 - mysql 5.7.40
- mysql 8.0.22 - mysql 8.0.31
- mariadb 10.3.34 (only collection version >= 3) - mariadb:10.4.24 (only collection version >= 3)
- mariadb 10.8.3 (only collection version >= 3) - mariadb:10.5.18 (only collection version >= 3)
- mariadb:10.6.11 (only collection version >= 3)
- mariadb:10.7.7 (only collection version >= 3)
- mariadb 10.8.6 (only collection version >= 3)
- mariadb 10.9.4 (only collection version >= 3)
### Database connectors ### Database connectors