|
7 | 7 | # * is a special character in YAML so you have to quote this string
|
8 | 8 | - cron: '0 7 * * *'
|
9 | 9 | env:
|
10 |
| - python_version: '3.10' |
| 10 | + python_version: '3.11' |
11 | 11 | jobs:
|
12 | 12 | build:
|
13 | 13 | name: Build collection
|
14 | 14 | runs-on: ubuntu-latest
|
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
|
@@ -162,7 +162,7 @@ jobs:
|
162 | 162 | strategy:
|
163 | 163 | fail-fast: false
|
164 | 164 | matrix:
|
165 |
| - ansible: [v2.15.11, v2.16.6, stable-2.16, stable-2.17] |
| 165 | + ansible: [v2.16.6, stable-2.16, stable-2.17, stable-2.18] |
166 | 166 | steps:
|
167 | 167 | - name: Set up Python ${{ env.python_version }}
|
168 | 168 | uses: actions/setup-python@v5
|
@@ -204,7 +204,7 @@ jobs:
|
204 | 204 | runs-on: ubuntu-latest
|
205 | 205 | strategy:
|
206 | 206 | matrix:
|
207 |
| - ansible: [stable-2.17] |
| 207 | + ansible: [stable-2.18] |
208 | 208 | env:
|
209 | 209 | MUTEX_URL: https://8v7s765ibh.execute-api.us-west-1.amazonaws.com
|
210 | 210 | steps:
|
|
0 commit comments