mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-30 08:31:29 -07:00
Fix missing variable db_engine_version
This commit is contained in:
parent
4ac33bc1da
commit
8ce37b61bc
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ansible-test-plugins.yml
vendored
10
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -38,14 +38,14 @@ jobs:
|
||||||
testing-type: sanity
|
testing-type: sanity
|
||||||
|
|
||||||
integration:
|
integration:
|
||||||
name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.mysql }}, Connector: ${{ matrix.connector }})"
|
name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.db_engine_version }}, Connector: ${{ matrix.connector }})"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
mysql:
|
db_engine_version:
|
||||||
- 5.7.31
|
- mysql_5.7.31
|
||||||
- 8.0.22
|
- mysql_8.0.22
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
- pymysql==0.9.3
|
- pymysql==0.9.3
|
||||||
- mysqlclient==2.0.1
|
- mysqlclient==2.0.1
|
||||||
exclude:
|
exclude:
|
||||||
- mysql: 8.0.22
|
- db_engine_version: mysql_8.0.22
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue