1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00

CI: remove testing against devel from matrix for stable-3 branch (#740)

This commit is contained in:
Andrew Klychkov 2025-09-16 13:52:38 +02:00 committed by GitHub
parent 08257cd4d4
commit 7f63ae5d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,6 @@ jobs:
- stable-2.17
- stable-2.18
- stable-2.19
- devel
steps:
# https://github.com/ansible-community/ansible-test-gh-action
- name: Perform sanity testing
@ -47,7 +46,6 @@ jobs:
- stable-2.17
- stable-2.18
- stable-2.19
- devel
db_engine_name:
- mysql
- mariadb
@ -122,12 +120,6 @@ jobs:
- db_engine_version: '10.11.8'
ansible: stable-2.17
- db_engine_version: '8.0.38'
ansible: devel
- db_engine_version: '10.11.8'
ansible: devel
- db_engine_version: '8.4.1'
connector_version: '0.9.3'
@ -285,7 +277,6 @@ jobs:
- stable-2.17
- stable-2.18
- stable-2.19
- devel
python:
- '3.8'
- '3.9'
@ -295,18 +286,12 @@ jobs:
- python: '3.8'
ansible: stable-2.17
- python: '3.8'
ansible: devel
- python: '3.8'
ansible: stable-2.19
- python: '3.9'
ansible: stable-2.17
- python: '3.9'
ansible: devel
- python: '3.10'
ansible: stable-2.17