Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests agains php 8 for 1.x #238

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
dist: bionic
- php: 7.4
dist: bionic
- php: 8.0
dist: bionic

install:
- travis_retry composer install --no-interaction --prefer-source
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"autoload-dev": {
"psr-4": {
"League\\Flysystem\\AwsS3v3\\Stub\\": "stub"
"League\\Flysystem\\AwsS3v3\\Stub\\": "stub",
"spec\\League\\Flysystem\\AwsS3v3\\": "spec"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about the CI thought this would fix it but maybe its a bug with: phpspec/phpspec#1239

}
},
"config": {
Expand Down