Skip to content

Commit

Permalink
chore: exclude phpstan on php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 9, 2024
1 parent ebb2209 commit c40b190
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +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

# To reduce number of actions, we exclude some PHP versions from running with some DB versions.
exclude:
Expand Down Expand Up @@ -177,6 +179,8 @@ jobs:
strategy:
matrix:
php: ${{ fromJSON(inputs.php_versions) }}
exclude:
- php: 8.4

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

Expand Down

0 comments on commit c40b190

Please sign in to comment.