Skip to content

Commit c40b190

Browse files
committed
chore: exclude phpstan on php8.4
1 parent ebb2209 commit c40b190

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/REUSABLE_backend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +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
108110

109111
# To reduce number of actions, we exclude some PHP versions from running with some DB versions.
110112
exclude:
@@ -177,6 +179,8 @@ jobs:
177179
strategy:
178180
matrix:
179181
php: ${{ fromJSON(inputs.php_versions) }}
182+
exclude:
183+
- php: 8.4
180184

181185
name: 'PHPStan PHP ${{ matrix.php }}'
182186

0 commit comments

Comments
 (0)