Skip to content

Commit

Permalink
Enforce compatibility with PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Nov 10, 2024
1 parent 41d3ae8 commit 1a39720
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- "locked"
php-version:
- "8.2"
- "8.3"
- "8.4"
operating-system: ["ubuntu-latest"]

steps:
Expand Down Expand Up @@ -112,7 +114,7 @@ jobs:
strategy:
matrix:
dependencies: ["locked"]
php-version: ["8.3"]
php-version: ["8.5"]
operating-system: ["ubuntu-latest"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"homepage": "https://github.com/lcobucci/di-builder",
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"symfony/config": "^6.3.2",
"symfony/dependency-injection": "^6.3.2",
"symfony/expression-language": "^6.3.0",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a39720

Please sign in to comment.