Skip to content

Commit 3f9b4f6

Browse files
test
1 parent d554a7c commit 3f9b4f6

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/e2e-cache.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
24+
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
2525
python-version: ['3.9', 'pypy-3.9-v7.x']
2626
steps:
2727
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
42+
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
4343
python-version: ['3.9', 'pypy-3.9-v7.x']
4444
steps:
4545
- uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
78+
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
7979
python-version: ['3.9', 'pypy-3.9']
8080
steps:
8181
- uses: actions/checkout@v4
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
100+
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
101101
python-version: ['3.9', 'pypy-3.9-v7.x']
102102
steps:
103103
- uses: actions/checkout@v4
@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
119+
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13, ubuntu-22.04]
120120
python-version: ['3.9', 'pypy-3.9-v7.x']
121121
steps:
122122
- uses: actions/checkout@v4

.github/workflows/test-pypy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
23+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
2424
pypy:
2525
- 'pypy-2.7'
2626
- 'pypy-3.10'
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
77+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
7878
pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly']
7979

8080
steps:
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
102+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
103103
steps:
104104
- uses: actions/checkout@v4
105105
- name: Setup PyPy and check latest
@@ -132,7 +132,7 @@ jobs:
132132
strategy:
133133
fail-fast: false
134134
matrix:
135-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
135+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
136136
steps:
137137
- uses: actions/checkout@v4
138138
- name: Setup PyPy and check latest

.github/workflows/test-python.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
23+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
2424
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
2525
exclude:
2626
- os: ubuntu-22.04
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
61+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
6262
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
6363
exclude:
6464
- os: ubuntu-22.04
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
102+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
103103
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
104104
exclude:
105105
- os: ubuntu-22.04
@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
fail-fast: false
140140
matrix:
141-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
141+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
142142
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, '==3.12.3']
143143
exclude:
144144
- os: ubuntu-22.04
@@ -182,7 +182,7 @@ jobs:
182182
strategy:
183183
fail-fast: false
184184
matrix:
185-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
185+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
186186
python: [3.8.10, 3.9.13, 3.10.11, 3.11.9, 3.12.3]
187187
exclude:
188188
- os: ubuntu-22.04
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
fail-fast: false
228228
matrix:
229-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
229+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
230230
steps:
231231
- name: Checkout
232232
uses: actions/checkout@v4
@@ -260,7 +260,7 @@ jobs:
260260
strategy:
261261
fail-fast: false
262262
matrix:
263-
os: [macos-latest, windows-latest, ubuntu-24.04, macos-13]
263+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
264264
steps:
265265
- name: Checkout
266266
uses: actions/checkout@v4
@@ -288,7 +288,7 @@ jobs:
288288
strategy:
289289
fail-fast: false
290290
matrix:
291-
os: [macos-latest, windows-latest, ubuntu-24.04, macos-13]
291+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
292292
steps:
293293
- name: Checkout
294294
uses: actions/checkout@v4
@@ -317,7 +317,7 @@ jobs:
317317
strategy:
318318
fail-fast: false
319319
matrix:
320-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
320+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
321321
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
322322
steps:
323323
- name: Checkout
@@ -341,7 +341,7 @@ jobs:
341341
strategy:
342342
fail-fast: false
343343
matrix:
344-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
344+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
345345
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
346346
steps:
347347
- uses: actions/checkout@v4
@@ -365,7 +365,7 @@ jobs:
365365
strategy:
366366
fail-fast: false
367367
matrix:
368-
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
368+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13, ubuntu-22.04]
369369
steps:
370370
- uses: actions/checkout@v4
371371
- name: Setup Python and check latest

0 commit comments

Comments
 (0)