Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 22, 2021
1 parent 86e0f6f commit b7a626f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,13 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "locked"
- "lowest"
- "highest"
experimental:
- false
include:
- os: "ubuntu-latest"
php: "8.1"
dependencies: "highest"
composer-options: "--ignore-platform-reqs"
experimental: true

name: PHP${{ matrix.php }} on ${{ matrix.os }} (${{ matrix.dependencies }})

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"php-http/multipart-stream-builder": "^1.0"
},
"require-dev": {
"mockery/mockery": "~1.3.1 || ^1.4.2",
"mockery/mockery": "~1.3.1 || ^1.4.4",
"php-http/guzzle7-adapter": "^0.1",
"phpstan/phpstan": "^0.12.90",
"phpunit/phpunit": "^8.4 || ^9.3.3 || ^10.0"
"phpunit/phpunit": "^8.5.21 || ^9.5.10 || ^10.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit b7a626f

Please sign in to comment.