chore(deps): update php min version in composer.json, add roave/secur…#41482
Merged
DeepDiver1975 merged 3 commits intomasterfrom Mar 10, 2026
Merged
chore(deps): update php min version in composer.json, add roave/secur…#41482DeepDiver1975 merged 3 commits intomasterfrom
DeepDiver1975 merged 3 commits intomasterfrom
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
phil-davis
approved these changes
Mar 9, 2026
…ity-advisories and update all deps
…rios Recent enhancements to the Behat Gherkin processing have added text to the output of the lines that summarize the failed cc scenarios in a test run. The output now looks like: " /path/to/feature/file/someScenarios.feature:55 (on line 66)" The text " (on line 66)" has been added. We need to strip that off when finding the actual feature file and scenario line number.
d904cb1 to
d74885a
Compare
Contributor
See issue 41490. The "server" and "federated" drone services startup asynch. They create `openssl` certificates that are needed by the installServer drone step. If the docker images for these services are slow to pull, then the certificate(s) might not be available on-disk for the installServer step to use. This commit moves the waitForServer step earlier, before the installServer step.
Contributor
|
Fixed #41490 with the commit above. The other issues can be fixed in separate PRs. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…ity-advisories and update all deps
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: