mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
chore: comment 8.4 for now
This commit is contained in:
8
.github/workflows/REUSABLE_backend.yml
vendored
8
.github/workflows/REUSABLE_backend.yml
vendored
@@ -105,8 +105,8 @@ jobs:
|
||||
php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
|
||||
- php: 8.3
|
||||
php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
|
||||
- php: 8.4
|
||||
php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
|
||||
# - php: 8.4
|
||||
# php_ini_values: error_reporting=E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
|
||||
|
||||
# To reduce number of actions, we exclude some PHP versions from running with some DB versions.
|
||||
exclude:
|
||||
@@ -179,8 +179,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php: ${{ fromJSON(inputs.php_versions) }}
|
||||
exclude:
|
||||
- php: 8.4
|
||||
# exclude:
|
||||
# - php: 8.4
|
||||
|
||||
name: 'PHPStan PHP ${{ matrix.php }}'
|
||||
|
||||
|
Reference in New Issue
Block a user