|
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
|
@@ -158,7 +154,7 @@ jobs:
|
158 | 154 | strategy:
|
159 | 155 | fail-fast: false
|
160 | 156 | matrix:
|
161 |
| - ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
| 157 | + ansible: [stable-2.16, stable-2.17, stable-2.18, stable-2.19] |
162 | 158 | steps:
|
163 | 159 | - name: Set up Python ${{ env.python_version }}
|
164 | 160 | uses: actions/setup-python@v5
|
@@ -200,7 +196,7 @@ jobs:
|
200 | 196 | runs-on: ubuntu-latest
|
201 | 197 | strategy:
|
202 | 198 | matrix:
|
203 |
| - ansible: [stable-2.18] |
| 199 | + ansible: [stable-2.19] |
204 | 200 | env:
|
205 | 201 | MUTEX_URL: https://8v7s765ibh.execute-api.us-west-1.amazonaws.com
|
206 | 202 | steps:
|
|
0 commit comments