|
15 | 15 | strategy:
|
16 | 16 | fail-fast: false
|
17 | 17 | matrix:
|
18 |
| - ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
| 18 | + ansible: [stable-2.16, stable-2.17, stable-2.18, stable-2.19] |
19 | 19 | steps:
|
20 | 20 | - name: Check out code
|
21 | 21 | uses: actions/checkout@v4
|
|
41 | 41 | name: Using Black to check formating
|
42 | 42 | runs-on: ubuntu-latest
|
43 | 43 | continue-on-error: true
|
44 |
| - strategy: |
45 |
| - fail-fast: false |
46 |
| - matrix: |
47 |
| - experimental: [true] |
48 | 44 | steps:
|
49 | 45 | - name: Check out code
|
50 | 46 | uses: actions/checkout@v4
|
@@ -116,7 +112,7 @@ jobs:
|
116 | 112 | strategy:
|
117 | 113 | fail-fast: false
|
118 | 114 | matrix:
|
119 |
| - ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
| 115 | + ansible: [stable-2.16, stable-2.17, stable-2.18, stable-2.19] |
120 | 116 | steps:
|
121 | 117 | - name: Set up Python ${{ env.python_version }}
|
122 | 118 | uses: actions/setup-python@v5
|
@@ -162,7 +158,7 @@ jobs:
|
162 | 158 | strategy:
|
163 | 159 | fail-fast: false
|
164 | 160 | matrix:
|
165 |
| - ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
| 161 | + ansible: [stable-2.16, stable-2.17, stable-2.18, stable-2.19] |
166 | 162 | steps:
|
167 | 163 | - name: Set up Python ${{ env.python_version }}
|
168 | 164 | uses: actions/setup-python@v5
|
@@ -204,7 +200,7 @@ jobs:
|
204 | 200 | runs-on: ubuntu-latest
|
205 | 201 | strategy:
|
206 | 202 | matrix:
|
207 |
| - ansible: [stable-2.18] |
| 203 | + ansible: [stable-2.19] |
208 | 204 | env:
|
209 | 205 | MUTEX_URL: https://8v7s765ibh.execute-api.us-west-1.amazonaws.com
|
210 | 206 | steps:
|
|
0 commit comments