Skip to content

Commit

Permalink
Merge pull request #47 from javespi/allow-php84
Browse files Browse the repository at this point in the history
Update PHP requirement and CI setup to test against PHP 8.4
  • Loading branch information
Ocramius authored Feb 6, 2025
2 parents 73c3cce + 0349d3f commit ddd78df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PSR-11 Container extension for Behat",
"type": "library",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"behat/behat": "^3.14.0",
"psr/container": "^1.1.2",
"symfony/config": "^6.0.19",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit ddd78df

Please sign in to comment.