|
15 | 15 | strategy: |
16 | 16 | fail-fast: false |
17 | 17 | matrix: |
18 | | - ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17] |
| 18 | + ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
19 | 19 | steps: |
20 | 20 | - name: Check out code |
21 | 21 | uses: actions/checkout@v4 |
|
62 | 62 | runs-on: ubuntu-latest |
63 | 63 | strategy: |
64 | 64 | matrix: |
65 | | - ansible: [stable-2.17] |
| 65 | + ansible: [stable-2.18] |
66 | 66 | steps: |
67 | 67 | - name: Set up Python ${{ env.python_version }} |
68 | 68 | uses: actions/setup-python@v5 |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | strategy: |
117 | 117 | fail-fast: false |
118 | 118 | matrix: |
119 | | - ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17] |
| 119 | + ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
120 | 120 | steps: |
121 | 121 | - name: Set up Python ${{ env.python_version }} |
122 | 122 | uses: actions/setup-python@v5 |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | strategy: |
159 | 159 | fail-fast: false |
160 | 160 | matrix: |
161 | | - ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17] |
| 161 | + ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
162 | 162 | steps: |
163 | 163 | - name: Set up Python ${{ env.python_version }} |
164 | 164 | uses: actions/setup-python@v5 |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | runs-on: ubuntu-latest |
201 | 201 | strategy: |
202 | 202 | matrix: |
203 | | - ansible: [stable-2.17] |
| 203 | + ansible: [stable-2.18] |
204 | 204 | env: |
205 | 205 | MUTEX_URL: https://8v7s765ibh.execute-api.us-west-1.amazonaws.com |
206 | 206 | steps: |
|
0 commit comments