X Tutup
Skip to content

chore(deps): update php min version in composer.json, add roave/secur…#41482

Merged
DeepDiver1975 merged 3 commits intomasterfrom
chore/composer-update
Mar 10, 2026
Merged

chore(deps): update php min version in composer.json, add roave/secur…#41482
DeepDiver1975 merged 3 commits intomasterfrom
chore/composer-update

Conversation

@DeepDiver1975
Copy link
Member

…ity-advisories and update all deps

Description

Related Issue

  • Fixes <issue_link>

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Database schema changes (next release will require increase of minor version instead of patch)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:
  • Changelog item, see TEMPLATE

@update-docs
Copy link

update-docs bot commented Mar 9, 2026

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.

DeepDiver1975 and others added 2 commits March 10, 2026 11:20
…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.
@phil-davis phil-davis force-pushed the chore/composer-update branch from d904cb1 to d74885a Compare March 10, 2026 01:50
@phil-davis
Copy link
Contributor

phil-davis commented Mar 10, 2026

I raised issues #41490 and #41491 and #41492 to address issues that happen with the acceptance tests.
The first one causes annoying intermittent failures of pipelines that have a federated server.

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.
@phil-davis
Copy link
Contributor

phil-davis commented Mar 10, 2026

Fixed #41490 with the commit above. The other issues can be fixed in separate PRs.

@DeepDiver1975 DeepDiver1975 merged commit 0c9e8fc into master Mar 10, 2026
12 checks passed
@DeepDiver1975 DeepDiver1975 deleted the chore/composer-update branch March 10, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup