File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ jobs:
105
105
php_ini_values : error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
106
106
- php : 8.3
107
107
php_ini_values : error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
108
- - php : 8.4
109
- php_ini_values : error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
108
+ # - php: 8.4
109
+ # php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
110
110
111
111
# To reduce number of actions, we exclude some PHP versions from running with some DB versions.
112
112
exclude :
@@ -179,8 +179,8 @@ jobs:
179
179
strategy :
180
180
matrix :
181
181
php : ${{ fromJSON(inputs.php_versions) }}
182
- exclude :
183
- - php : 8.4
182
+ # exclude:
183
+ # - php: 8.4
184
184
185
185
name : ' PHPStan PHP ${{ matrix.php }}'
186
186
You can’t perform that action at this time.
0 commit comments