File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- php-version : ['7.4', ' 8.0', '8.1', '8.2']
14
+ php-version : ['8.0', '8.1', '8.2']
15
15
experimental : [false]
16
+ unsupported : [false]
16
17
include :
18
+ - php-version : ' 7.4'
19
+ unsupported : true
17
20
- php-version : ' 8.3'
18
21
experimental : true
19
22
- php-version : ' 8.4'
83
86
mv base-distribution-main base
84
87
cd base
85
88
composer update --no-dev
89
+ if : ${{ matrix.unsupported == false }}
86
90
87
91
- name : Start Test Server
88
92
run : |
@@ -103,12 +107,14 @@ jobs:
103
107
with :
104
108
path : ./public_html
105
109
options : --exclude=lists/base
110
+ if : ${{ matrix.unsupported == false }}
106
111
continue-on-error : ${{ matrix.experimental }}
107
112
108
113
- name : Check PHP syntax errors in API
109
114
uses : overtrue/phplint@9.5.0
110
115
with :
111
116
path : ./public_html/lists/base/vendor/phplist
117
+ if : ${{ matrix.unsupported == false }}
112
118
continue-on-error : ${{ matrix.experimental }}
113
119
114
120
- name : Run BDD Tests UI
You can’t perform that action at this time.
0 commit comments