Skip to content

Commit a7b6f5a

Browse files
authored
Merge pull request #99 from collective/ale/1.4.x/fix-gha
[1.4] Fix GHA
2 parents a5d6d89 + 9138584 commit a7b6f5a

File tree

1 file changed

+11
-31
lines changed

1 file changed

+11
-31
lines changed

.github/workflows/tests.yaml

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,26 @@ on: [push]
55

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
98
strategy:
109
fail-fast: false
1110
matrix:
12-
python:
13-
- 3.7
14-
- 3.8
15-
- 3.9
16-
- "3.10"
17-
- "3.11"
18-
- "3.12"
19-
plone:
20-
- "6.1-latest"
21-
- "6.0-latest"
22-
- "5.2-latest"
23-
exclude:
11+
include:
2412
- plone: "5.2-latest"
25-
python: 3.9
13+
python: "3.7"
14+
os: "ubuntu-22.04"
2615
- plone: "5.2-latest"
27-
python: "3.10"
28-
- plone: "5.2-latest"
29-
python: "3.11"
30-
- plone: "5.2-latest"
31-
python: "3.12"
16+
python: "3.8"
17+
os: "ubuntu-latest"
3218
- plone: "6.0-latest"
33-
python: 3.7
19+
python: "3.9"
20+
os: "ubuntu-latest"
3421
- plone: "6.0-latest"
35-
python: "3.12"
36-
- plone: "6.1-latest"
37-
python: 3.7
38-
- plone: "6.1-latest"
39-
python: 3.8
40-
- plone: "6.1-latest"
41-
python: 3.9
42-
- plone: "6.1-latest"
4322
python: "3.10"
44-
- plone: "6.1-latest"
23+
os: "ubuntu-latest"
24+
- plone: "6.0-latest"
4525
python: "3.11"
46-
- plone: "6.1-latest"
47-
python: "3.12"
26+
os: "ubuntu-latest"
27+
runs-on: ${{ matrix.os }}
4828

4929
steps:
5030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)