Commit 0c9e8fc
chore(deps): update php min version in composer.json, add roave/secur… (#41482)
* chore(deps): update php min version in composer.json, add roave/security-advisories and update all deps
* test: adjust acceptance test script to correctly process failed scenarios
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.
* chore(ci): wait for Apache server(s) early
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.
---------
Co-authored-by: Phillip Davis <phil@jankaritech.com>1 parent 73728eb commit 0c9e8fc
4 files changed
Lines changed: 1109 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1524 | 1524 | | |
1525 | 1525 | | |
1526 | 1526 | | |
| 1527 | + | |
1527 | 1528 | | |
1528 | 1529 | | |
1529 | 1530 | | |
| |||
1537 | 1538 | | |
1538 | 1539 | | |
1539 | 1540 | | |
1540 | | - | |
1541 | 1541 | | |
1542 | 1542 | | |
1543 | 1543 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments