mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-21 05:21:46 -07:00
Add tests for versions of packages available in RHEL 8 and 9
This commit is contained in:
parent
1cef500d46
commit
29a54d5fdc
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ansible-test-plugins.yml
vendored
12
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue