Skip to content

Commit

Permalink
chore: comment 8.4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Nov 19, 2024
1 parent c6ba2cd commit 79e17b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}'

Expand Down

0 comments on commit 79e17b3

Please sign in to comment.