Add tests for versions of packages available in RHEL 8 and 9

This commit is contained in:
Laurent Indermuehle 2024-06-06 22:56:49 +02:00
commit 29a54d5fdc
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -69,6 +69,18 @@ jobs:
- 2.0.1
- 2.0.3
- 2.1.1
include:
- python: '3.9' # RHEL9 uses 3.9 by default
connector_version: '0.10.1' # From RHEL package python3-PyMySQL
connector_name: pymysql
- python: '3.11'
connector_version: '1.0.2' # From RHEL package python3.11-PyMySQL
connector_name: pymysql
- python: '3.12'
connector_version: '1.1.0' # From RHEL package python3.12-PyMySQL
connector_name: pymysql
exclude:
- db_engine_name: mysql
db_engine_version: 10.4.27