Skip to content

Commit

Permalink
ci(integration): Bump behat/behat to support PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Oct 30, 2024
1 parent fed53a7 commit 836fde2
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 188 deletions.
6 changes: 3 additions & 3 deletions tests/integration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.14.0",
"guzzlehttp/guzzle": "^7.8.1",
"phpunit/phpunit": "^10.5.17"
"behat/behat": "^3.15.0",
"guzzlehttp/guzzle": "^7.9.2",
"phpunit/phpunit": "^10.5.38"
}
}
Loading

0 comments on commit 836fde2

Please sign in to comment.