We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14c10f0 + 09a439e commit 4e80e2fCopy full SHA for 4e80e2f
2 files changed
.github/workflows/integration.yml
@@ -63,7 +63,6 @@ jobs:
63
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
64
git submodule sync --recursive
65
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
66
- cd build/integration && composer require --dev phpunit/phpunit:~9
67
68
- name: Checkout app
69
uses: actions/[email protected]
tests/integration/composer.json
@@ -1,7 +1,13 @@
1
{
2
+ "config": {
3
+ "platform": {
4
+ "php": "8.0.2"
5
+ },
6
+ "sort-packages": true
7
8
"require-dev": {
9
"phpunit/phpunit": "~9",
- "behat/behat": "~3.14.0",
10
+ "behat/behat": "^3.14.0",
11
"guzzlehttp/guzzle": "7.8.1",
12
"jarnaiz/behat-junit-formatter": "^1.3",
13
"sabre/dav": "4.6.0",
0 commit comments