Skip to content

Commit 79e17b3

Browse files
authored
chore: comment 8.4 for now
1 parent c6ba2cd commit 79e17b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/REUSABLE_backend.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)