mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-21 05:21:46 -07:00
Reduce test count
This commit is contained in:
parent
04af62c400
commit
ed4729e0b5
1 changed files with 12 additions and 2 deletions
14
.github/workflows/ansible-test-plugins.yml
vendored
14
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -59,8 +59,18 @@ jobs:
|
|||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
- '3.11'
|
||||
- '3.12'
|
||||
include:
|
||||
- python: '3.11'
|
||||
ansible: stable-2.17
|
||||
|
||||
- python: '3.11'
|
||||
ansible: devel
|
||||
|
||||
- python: '3.12'
|
||||
ansible: stable-2.17
|
||||
|
||||
- python: '3.12'
|
||||
ansible: devel
|
||||
exclude:
|
||||
- db_engine_name: mysql
|
||||
db_engine_version: 10.4.27
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue