-
Notifications
You must be signed in to change notification settings - Fork 119
Add support for PHP 8.0 #580
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
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
77b0cc1
Update sentry
xvilo 732606a
Update buddy-works package
xvilo 6c92396
Upgrade php version
xvilo 9cf8891
Update CI docker tag name
xvilo e16c30d
Allow PHP 7.4 and 8.0
xvilo ba33d60
Configure paths
xvilo 44b0c84
Configure baseline file
xvilo e023a9a
Update baseline on php 8
xvilo 55155ce
Update composer.json
xvilo b541260
Merge branch 'master' into feat/php-8.0
xvilo 4a68854
Use IgnoreErrorsIntergration instead
xvilo fb1d921
Sync composer.lock
xvilo d1e4b54
Don't lock a specific version for buddy-works/buddy-works-php
xvilo 45832c3
Update Dockerfile
xvilo 64ad24e
Install PHP 7.4 compatible dependency set
xvilo 18fa872
Make PHPStan compatible
xvilo 78e896c
Apply suggestions from code review
xvilo d329638
Install nyholm/psr7
xvilo d6530d1
Fix Git default branch
giggsey 504810c
Remove usages to deprecated method
xvilo 55b5257
Loose comparison via == is not allowed, use strict comparison via ===…
xvilo d8950c9
Fix php-cs-fixer
xvilo df58fe9
Update http client configs
xvilo 9c3aa38
Introduce GitHub actions for PHPUnit tests
xvilo fb6b877
Update coduo/php-matcher
xvilo 3e021ee
Update test
xvilo 782a2b2
Fix CS
xvilo 5fb793b
Update .github/workflows/unit-tests.yml
xvilo 68e3f33
Update .github/workflows/unit-tests.yml
xvilo c924170
Rename file
xvilo 2085807
Remove unnceccesary comment
xvilo 2e2a61d
Update lock files
xvilo 84d7638
Update lock files
xvilo f518ad5
Remove comment
xvilo 3c7ef25
Rename key
xvilo b9c5da4
Update postgres version(s)
xvilo 02eac9b
Fix error
xvilo 0bf712e
Remove install
xvilo 121654a
Merge remote-tracking branch 'origin/master' into php8.0
marmichalski 41016e6
Drop phpunit-tests workflow
marmichalski 8fe6e8f
Add PHP 8.0 to tests workflow
marmichalski 57af54f
Merge remote-tracking branch 'origin/master' into feat/php-8.0
marmichalski 4ffc230
Specify image version for PHP 8.0 :(
marmichalski 45dbf7c
Merge remote-tracking branch 'origin/master' into feat/php-8.0
marmichalski afe2b18
Try to checkout to PR repo?
marmichalski 59c3ae8
Bump php 7.4 in CI :angry:
marmichalski d1a7045
see with debug :sad:
marmichalski 6651400
Revert debug output
marmichalski 46cf30b
let install-php-extensions install required os dependencies
marmichalski e77d36d
See previous workflow
marmichalski b9e9422
Remove old file
xvilo c5c3269
Add fetch-tags directive
xvilo de444c3
Configure git safe directories
xvilo 8b24958
Update .github/workflows/tests.yaml
xvilo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM php:7.4.5-fpm-alpine | ||
| FROM php:8.0.19-fpm-alpine | ||
|
|
||
| ARG TIMEZONE="UTC" | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.