Skip to content

Commit

Permalink
install legacy factory to still test it
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 3, 2023
1 parent 422f6dd commit 86b70fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
operating-system: [ubuntu-20.04]
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
include:
- operating-system: ubuntu-16.04
- operating-system: ubuntu-20.04
php-versions: '7.1'
COMPOSER_FLAGS: '--prefer-stable --prefer-lowest'
PHPUNIT_FLAGS: '--coverage-clover build/coverage.xml'
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"guzzlehttp/psr7": "^1.0",
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^7.5 || ^9.4",
"laminas/laminas-diactoros": "^2.0"
"laminas/laminas-diactoros": "^2.0",
"php-http/message-factory": "^1.1"
},
"autoload": {
"psr-4": {
Expand All @@ -48,5 +49,10 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml"
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}

0 comments on commit 86b70fd

Please sign in to comment.