-
Notifications
You must be signed in to change notification settings - Fork 196
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
[CMS-459] Add php 8.1 support #2295
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
2a02d8e
Add "schedule" event and "long" functional test suit CI workflow
3ca8c05
Add php 8.1 to CI functional testing matrix
375d35e
Add "--stop-on-failure" option to "test:short" composer script
04e13b5
Fix php 8.1 deprecation "Calling a static element on a trait is depre…
c75758d
Fix php 8.1 deprecation "Deprecated: Return type of XXX should either…
e9f1362
Fix php 8.1 deprecation "Passing null to non-nullable parameters of b…
e9194c8
Fix use of CommandExecutorTrait in LocalMachineHelper
914a2e8
Add php 8.1 support
94b821f
Add "workflow_dispatch" event to CI workflow (trigger all functional …
d7306ae
Update comment on error_reporting() set
63c9a17
Revert fix php 8.1 deprecation "Deprecated: Return type of XXX should…
abfcf04
Refactor TerminusTestTrait into TerminusTestBase
302aae1
Add "schedule" event and "long" functional test suit CI workflow
dbf5ef4
Add php 8.1 to CI functional testing matrix
98d7327
Add "--stop-on-failure" option to "test:short" composer script
01f2a12
Fix php 8.1 deprecation "Calling a static element on a trait is depre…
380d9e3
Fix php 8.1 deprecation "Deprecated: Return type of XXX should either…
05d6463
Fix php 8.1 deprecation "Passing null to non-nullable parameters of b…
3742551
Fix use of CommandExecutorTrait in LocalMachineHelper
fad1511
Add php 8.1 support
2b70216
Add "workflow_dispatch" event to CI workflow (trigger all functional …
9eec8d7
Update comment on error_reporting() set
7f2500e
Revert fix php 8.1 deprecation "Deprecated: Return type of XXX should…
584d632
Refactor TerminusTestTrait into TerminusTestBase
13b1b50
Update dependencies
greg-1-anderson cad15c4
Incompatible PHP version is now 8.2+
greg-1-anderson c887507
Move TerminusUtilsTrait methods into TerminusTestBase
f3f496d
Prevent outputting PHP deprecation messages produced by vendors for p…
44ba68c
Remove error_reporting() from Request::request()
0d032db
Remove php 8.0 and add php 8.2 to CI functional testing matrix
6d55a58
Set nightly CI to run on 6:00 UTC (closer to midnight time for EST/PDT)
4996a65
Set PHP error_reporting level regardless of PHP version
ac0a151
Suppress PHP deprecation messages in RoboFile
e32e935
Revert all error_reporting()
6d54686
Remove php 8.2 from functional testing matrix
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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The check for
getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP')
needs to be at the top since anyecho
would bloat commands' responses.