Skip to content

Commit

Permalink
Ignore deprecation warnings on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Nov 23, 2023
1 parent 6c3c358 commit 4c6bc73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
# Include testing PHP 8.2 with deprecation warnings disabled.
- php: 8.2
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

# To reduce number of actions, we exclude some PHP versions from running with some DB versions.
exclude:
Expand Down

0 comments on commit 4c6bc73

Please sign in to comment.