Skip to content

Commit

Permalink
CI: add stable-2.15 to GHA matrix (#146)
Browse files Browse the repository at this point in the history
(cherry picked from commit 68344f3)
  • Loading branch information
Andersson007 authored and patchback[bot] committed Nov 29, 2023
1 parent e42ea61 commit 6d765d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- devel
steps:
- name: Perform sanity testing
Expand All @@ -48,6 +49,7 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- devel
python:
- 3.9
Expand All @@ -61,6 +63,9 @@ jobs:
- python: 3.9
ansible: "stable-2.14"
proxysql: 2.4.4
- python: 3.9
ansible: "stable-2.15"
proxysql: 2.4.4
- python: 3.9
ansible: "stable-2.12"
proxysql: 2.3.2
Expand All @@ -70,6 +75,9 @@ jobs:
- python: 3.9
ansible: "stable-2.14"
proxysql: 2.3.2
- python: 3.9
ansible: "stable-2.15"
proxysql: 2.3.2

steps:
- name: >-
Expand Down

0 comments on commit 6d765d5

Please sign in to comment.