File tree Expand file tree Collapse file tree 1 file changed +11
-31
lines changed Expand file tree Collapse file tree 1 file changed +11
-31
lines changed Original file line number Diff line number Diff line change @@ -5,46 +5,26 @@ on: [push]
5
5
6
6
jobs :
7
7
build :
8
- runs-on : ubuntu-latest
9
8
strategy :
10
9
fail-fast : false
11
10
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 :
24
12
- plone : " 5.2-latest"
25
- python : 3.9
13
+ python : " 3.7"
14
+ os : " ubuntu-22.04"
26
15
- 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"
32
18
- plone : " 6.0-latest"
33
- python : 3.7
19
+ python : " 3.9"
20
+ os : " ubuntu-latest"
34
21
- 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"
43
22
python : " 3.10"
44
- - plone : " 6.1-latest"
23
+ os : " ubuntu-latest"
24
+ - plone : " 6.0-latest"
45
25
python : " 3.11"
46
- - plone : " 6.1 -latest"
47
- python : " 3.12 "
26
+ os : " ubuntu -latest"
27
+ runs-on : ${{ matrix.os }}
48
28
49
29
steps :
50
30
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments