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:
105105 php_ini_values : error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
106106 - php : 8.3
107107 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
110110
111111 # To reduce number of actions, we exclude some PHP versions from running with some DB versions.
112112 exclude :
@@ -179,8 +179,8 @@ jobs:
179179 strategy :
180180 matrix :
181181 php : ${{ fromJSON(inputs.php_versions) }}
182- exclude :
183- - php : 8.4
182+ # exclude:
183+ # - php: 8.4
184184
185185 name : ' PHPStan PHP ${{ matrix.php }}'
186186
You can’t perform that action at this time.
0 commit comments