We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb2209 commit c40b190Copy full SHA for c40b190
.github/workflows/REUSABLE_backend.yml
@@ -105,6 +105,8 @@ jobs:
105
php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
106
- php: 8.3
107
108
+ - php: 8.4
109
+ php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
110
111
# To reduce number of actions, we exclude some PHP versions from running with some DB versions.
112
exclude:
@@ -177,6 +179,8 @@ jobs:
177
179
strategy:
178
180
matrix:
181
php: ${{ fromJSON(inputs.php_versions) }}
182
+ exclude:
183
184
185
name: 'PHPStan PHP ${{ matrix.php }}'
186
0 commit comments