[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] gitlab-ci.yml: Run the api-integration-test group along with the other...
Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]> Wed, 29 Jul 2026 19:39:25 +0000
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a6a56ed32f9a_3819fe8879533@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c9c98b57b-tk4q7.mail> |
--===============7920913486043101833==
Content-Type: multipart/alternative;
boundary="--==_mimepart_6a6a56eccd03b_3819fe88794aa";
charset=UTF-8
Content-Transfer-Encoding: 7bit
----==_mimepart_6a6a56eccd03b_3819fe88794aa
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Benoit Gr=C3=A9goire pushed to branch master at Tiki Wiki CMS Groupware /=
Tiki
Commits:
e4c74113 by Benoit Gr=C3=A9goire at 2026-07-29T19:21:43+00:00
[FIX] gitlab-ci.yml: Run the api-integration-test group along with the o=
ther...
---
* [FIX] gitlab-ci.yml: Run the api-integration-test group along with the=
other phpunit test so it's included in coverage reports and there is les=
s configuration to maintain in gitlab-ci.yml.
See merge request tikiwiki/tiki!10815
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
.gitlab-ci.yml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
@@ -577,7 +577,7 @@ console-php-works:
- 'echo -n "ElasticSearch Version: " && curl -sS -XGET http://${ELAS=
TICSEARCH_SERVICE_ALIAS}:9200 | grep ''"number"'' | sed ''s/.*:.*"\(.*\)"=
.*/\1/'''
- 'echo -n "Manticore Version: " && mysql -h ${MANTICORE_SERVICE_ALI=
AS} -P 9306 -e "status" | grep "Server version:" | sed "s/^[^:]*:[[:space=
:]]*//"'
- echo '<?php $host_tiki =3D "'${MYSQL_SERVICE_ALIAS}'"; $user_tiki =
=3D "tikiuser"; $pass_tiki =3D "tikipass"; $dbs_tiki =3D "tikitest"; $cli=
ent_charset =3D "utf8mb4"; ' > lib/test/local.php
- - php -d display_errors=3DOn vendor_bundled/vendor/phpunit/phpunit/p=
hpunit $PHPUNIT_EXTRA_PARAMS --log-junit temp/ci/phpunit-report.xml --exc=
lude-group api-integration-test --display-deprecations --display-notices =
--display-warnings
+ - php -d display_errors=3DOn vendor_bundled/vendor/phpunit/phpunit/p=
hpunit $PHPUNIT_EXTRA_PARAMS --log-junit temp/ci/phpunit-report.xml --dis=
play-deprecations --display-notices --display-warnings
=
unit-tests-php-latest-with-coverage:
#We only generate one coverage report, for the lastest PHP. Gitlab wo=
n't properly process if more than one parallel run has coverage artifacts=
.
@@ -650,31 +650,6 @@ generate-gitlab-line-coverage-php:
#cobertura_split will generate files appending numbers, such as =
phpunit-coverage-1.xml
path: temp/ci/phpunit-coverage-*.xml
=
-unit-tests-api:
- extends: .template-unit-tests
- allow_failure: false
- services:
- - name: ${DEPENDENCY_PROXY_PREFIX}${DB_IMAGE}
- alias: ${MYSQL_SERVICE_ALIAS}
- command: ["--explicit-defaults-for-timestamp=3Doff"]
- parallel:
- matrix:
- - PHP_VERSION: "8.5"
- DB_IMAGE: ${MARIADB_IMAGE_NEWEST_SUPPORTED}
- - PHP_VERSION: "8.4"
- DB_IMAGE: ${MYSQL_IMAGE_NEWEST_SUPPORTED}
- - PHP_VERSION: "8.3"
- DB_IMAGE: ${MARIADB_IMAGE_COMMON_LTS}
- - PHP_VERSION: "8.2"
- DB_IMAGE: ${MYSQL_IMAGE_OLDEST_SUPPORTED}
- - PHP_VERSION: "8.1"
- DB_IMAGE: ${MARIADB_IMAGE_OLDEST_SUPPORTED}
- script:
- - 'echo -n "PHP Version: " && php -v | grep "^PHP"'
- - 'echo -n "MySQL/MariaDB Version: " && mysql -u root --password=3D$=
MYSQL_ROOT_PASSWORD -h ${MYSQL_SERVICE_ALIAS} --skip-column-names -B -e "=
SELECT VERSION()" 2>/dev/null'
- - echo '<?php $host_tiki =3D "'${MYSQL_SERVICE_ALIAS}'"; $user_tiki =
=3D "tikiuser"; $pass_tiki =3D "tikipass"; $dbs_tiki =3D "tikitest"; $cli=
ent_charset =3D "utf8mb4"; ' > lib/test/local.php
- - php -d display_errors=3DOn vendor_bundled/vendor/phpunit/phpunit/p=
hpunit --colors=3Dalways --log-junit report.xml --do-not-fail-on-phpunit-=
warning --do-not-fail-on-phpunit-deprecation --group api-integration-test=
-
unit-tests-node:
stage: unit-tests
needs:
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e4c7411396ff=
110cff55729546cb2d935a35c376
-- =
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e4c7411396ff=
110cff55729546cb2d935a35c376
You're receiving this email because of your account on gitlab.com. Manage=
all notifications: https://gitlab.com/-/profile/notifications | Help: ht=
tps://gitlab.com/help
----==_mimepart_6a6a56eccd03b_3819fe88794aa
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www=
.w3.org/TR/REC-html40/loose.dtd">
<html lang=3D"en" style=3D'--code-editor-font: var(--default-mono-font, "=
GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, =
Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospac=
e;'>
<head>
<meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">=
<title>
GitLab
</title>
<style data-premailer=3D"ignore" type=3D"text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: hsla(0,0%,100%,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Ro=
boto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Colo=
r Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size=
: inherit;
}
</style>
</head>
<body style=3D'font-size: inherit; -webkit-text-shadow: hsla(0,0%,100%,.0=
1) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"=
Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif=
,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji=
";'>
<div class=3D"content">
<h3 style=3D"margin-top: 20px; margin-bottom: 10px;">
Benoit Gr=C3=A9goire pushed to branch master at <a href=3D"https://gitlab=
.com/tikiwiki/tiki">Tiki Wiki CMS Groupware / Tiki</a>
</h3>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.com/tikiwik=
i/tiki/-/commit/e4c7411396ff110cff55729546cb2d935a35c376">e4c74113</a></s=
trong>
<div>
<span> by Benoit Gr=C3=A9goire </span> <i> at 2026-07-29T19:21:43+00:00 <=
/i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[FIX] gitlab-ci.yml=
: Run the api-integration-test group along with the other...
---
* [FIX] gitlab-ci.yml: Run the api-integration-test group along with the=
other phpunit test so it's included in coverage reports and there is les=
s configuration to maintain in gitlab-ci.yml.
See merge request tikiwiki/tiki!10815
</pre>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
1 changed file:
</h4>
<ul>
<li class=3D"file-stats">
<a href=3D"#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Changes:
</h4>
<li id=3D"587d266bb27a4dc3022bbed44dfa19849df3044c">
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/e4c7411396ff110cff55=
729546cb2d935a35c376#587d266bb27a4dc3022bbed44dfa19849df3044c"><strong st=
yle=3D"font-weight: 600;">.gitlab-ci.yml</strong></a>
<hr style=3D"overflow: hidden; border: 1px solid #dcdcde;">
<table class=3D"code white" style=3D"border-spacing: 0; border-collapse: =
collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor=3D=
"#ffffff" width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
<tr class=3D"line_holder match" style=3D"line-height: 1.6;">
<td class=3D"diff-line-num unfold js-unfold old_line" data-linenumber=3D"=
577" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"diff-line-num unfold js-unfold new_line" data-linenumber=3D"=
577" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"line_content match" style=3D"color: rgba(5,5,6,.24); padding=
: inherit;" bgcolor=3D"#fbfafd">@@ -577,7 +577,7 @@ console-php-works:</t=
d>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"577" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
577
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"577" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
577
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"pi">-</span> <span class=3D"=
s1" style=3D"color: #dd1144;">'</span><span class=3D"s" style=3D"color: #=
dd1144;">echo</span><span class=3D"nv" style=3D"color: #008080;"> </span>=
<span class=3D"s" style=3D"color: #dd1144;">-n</span><span class=3D"nv" s=
tyle=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd114=
4;">"ElasticSearch</span><span class=3D"nv" style=3D"color: #008080;"> </=
span><span class=3D"s" style=3D"color: #dd1144;">Version:</span><span cla=
ss=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"co=
lor: #dd1144;">"</span><span class=3D"nv" style=3D"color: #008080;"> </sp=
an><span class=3D"s" style=3D"color: #dd1144;">&&</span><span cla=
ss=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"co=
lor: #dd1144;">curl</span><span class=3D"nv" style=3D"color: #008080;"> <=
/span><span class=3D"s" style=3D"color: #dd1144;">-sS</span><span class=3D=
"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: =
#dd1144;">-XGET</span><span class=3D"nv" style=3D"color: #008080;"> </spa=
n><span class=3D"s" style=3D"color: #dd1144;">http://${ELASTICSEARCH_SERV=
ICE_ALIAS}:9200</span><span class=3D"nv" style=3D"color: #008080;"> </spa=
n><span class=3D"s" style=3D"color: #dd1144;">|</span><span class=3D"nv" =
style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd11=
44;">grep</span><span class=3D"nv" style=3D"color: #008080;"> </span><spa=
n class=3D"s" style=3D"color: #dd1144;">'</span><span class=3D"s1" style=3D=
"color: #dd1144;">'</span><span class=3D"s" style=3D"color: #dd1144;">"nu=
mber"'</span><span class=3D"s1" style=3D"color: #dd1144;">'</span><span c=
lass=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"=
color: #dd1144;">|</span><span class=3D"nv" style=3D"color: #008080;"> </=
span><span class=3D"s" style=3D"color: #dd1144;">sed</span><span class=3D=
"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: =
#dd1144;">'</span><span class=3D"s1" style=3D"color: #dd1144;">'</span><s=
pan class=3D"s" style=3D"color: #dd1144;">s/.*:.*"\(.*\)".*/\1/'</span><s=
pan class=3D"s1" style=3D"color: #dd1144;">'</span><span class=3D"s" styl=
e=3D"color: #dd1144;">'</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"578" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
578
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"578" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
578
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"pi">-</span> <span class=3D"=
s1" style=3D"color: #dd1144;">'</span><span class=3D"s" style=3D"color: #=
dd1144;">echo</span><span class=3D"nv" style=3D"color: #008080;"> </span>=
<span class=3D"s" style=3D"color: #dd1144;">-n</span><span class=3D"nv" s=
tyle=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd114=
4;">"Manticore</span><span class=3D"nv" style=3D"color: #008080;"> </span=
><span class=3D"s" style=3D"color: #dd1144;">Version:</span><span class=3D=
"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: =
#dd1144;">"</span><span class=3D"nv" style=3D"color: #008080;"> </span><s=
pan class=3D"s" style=3D"color: #dd1144;">&&</span><span class=3D=
"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: =
#dd1144;">mysql</span><span class=3D"nv" style=3D"color: #008080;"> </spa=
n><span class=3D"s" style=3D"color: #dd1144;">-h</span><span class=3D"nv"=
style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd1=
144;">${MANTICORE_SERVICE_ALIAS}</span><span class=3D"nv" style=3D"color:=
#008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">-P</span><=
span class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" sty=
le=3D"color: #dd1144;">9306</span><span class=3D"nv" style=3D"color: #008=
080;"> </span><span class=3D"s" style=3D"color: #dd1144;">-e</span><span =
class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D=
"color: #dd1144;">"status"</span><span class=3D"nv" style=3D"color: #0080=
80;"> </span><span class=3D"s" style=3D"color: #dd1144;">|</span><span cl=
ass=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"c=
olor: #dd1144;">grep</span><span class=3D"nv" style=3D"color: #008080;"> =
</span><span class=3D"s" style=3D"color: #dd1144;">"Server</span><span cl=
ass=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"c=
olor: #dd1144;">version:"</span><span class=3D"nv" style=3D"color: #00808=
0;"> </span><span class=3D"s" style=3D"color: #dd1144;">|</span><span cla=
ss=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"co=
lor: #dd1144;">sed</span><span class=3D"nv" style=3D"color: #008080;"> </=
span><span class=3D"s" style=3D"color: #dd1144;">"s/^[^:]*:[[:space:]]*//=
"'</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"579" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
579
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"579" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
579
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"pi">-</span> <span class=3D"=
s" style=3D"color: #dd1144;">echo '<?php $host_tiki =3D "'${MYSQL_SERV=
ICE_ALIAS}'"; $user_tiki =3D "tikiuser"; $pass_tiki =3D "tikipass"; $dbs_=
tiki =3D "tikitest"; $client_charset =3D "utf8mb4"; ' > lib/test/local=
.php</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"580" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
580
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"580" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi">=
-</span> <span class=3D"s" style=3D"color: #dd1144;">php -d display_error=
s=3DOn vendor_bundled/vendor/phpunit/phpunit/phpunit $PHPUNIT_EXTRA_PARAM=
S --log-junit temp/ci/phpunit-report.xml <span class=3D"idiff left right =
deletion" style=3D"background-color: #fac5cd;">--exclude-group api-integr=
ation-test </span>--display-deprecations --display-notices --display-warn=
ings</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"581" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#ddfbe6">
=
</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"580" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#ddfbe6">
580
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi">=
-</span> <span class=3D"s" style=3D"color: #dd1144;">php -d display_error=
s=3DOn vendor_bundled/vendor/phpunit/phpunit/phpunit $PHPUNIT_EXTRA_PARAM=
S --log-junit temp/ci/phpunit-report.xml --display-deprecations --display=
-notices --display-warnings</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"581" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
581
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"581" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
581
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"582" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
582
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"582" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
582
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"><span class=3D"na" style=3D"color: #008080;">un=
it-tests-php-latest-with-coverage</span><span class=3D"pi">:</span></span=
>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"583" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
583
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"583" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
583
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"c1" style=3D"color: #999988; f=
ont-style: italic;">#We only generate one coverage report, for the lastes=
t PHP. Gitlab won't properly process if more than one parallel run has c=
overage artifacts.</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder match" style=3D"line-height: 1.6;">
<td class=3D"diff-line-num unfold js-unfold old_line" data-linenumber=3D"=
650" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"diff-line-num unfold js-unfold new_line" data-linenumber=3D"=
650" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"line_content match" style=3D"color: rgba(5,5,6,.24); padding=
: inherit;" bgcolor=3D"#fbfafd">@@ -650,31 +650,6 @@ generate-gitlab-line=
-coverage-php:</td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"650" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
650
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"650" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
650
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"c1" style=3D"color: #999=
988; font-style: italic;">#cobertura_split will generate files appending =
numbers, such as phpunit-coverage-1.xml</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"651" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
651
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"651" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
651
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"na" style=3D"color: #008=
080;">path</span><span class=3D"pi">:</span> <span class=3D"s" style=3D"c=
olor: #dd1144;">temp/ci/phpunit-coverage-*.xml</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"652" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
652
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"652" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
652
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
653
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"><span class=3D"na" styl=
e=3D"color: #008080;">unit-tests-api</span><span class=3D"pi">:</span></s=
pan>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"654" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
654
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na" st=
yle=3D"color: #008080;">extends</span><span class=3D"pi">:</span> <span c=
lass=3D"s" style=3D"color: #dd1144;">.template-unit-tests</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"655" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
655
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na" st=
yle=3D"color: #008080;">allow_failure</span><span class=3D"pi">:</span> <=
span class=3D"kc" style=3D"font-weight: 600;">false</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"656" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
656
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na" st=
yle=3D"color: #008080;">services</span><span class=3D"pi">:</span></span>=
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"657" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
657
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi">=
-</span> <span class=3D"na" style=3D"color: #008080;">name</span><span cl=
ass=3D"pi">:</span> <span class=3D"s" style=3D"color: #dd1144;">${DEPENDE=
NCY_PROXY_PREFIX}${DB_IMAGE}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"658" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
658
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na=
" style=3D"color: #008080;">alias</span><span class=3D"pi">:</span> <span=
class=3D"s" style=3D"color: #dd1144;">${MYSQL_SERVICE_ALIAS}</span></spa=
n>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"659" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
659
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na=
" style=3D"color: #008080;">command</span><span class=3D"pi">:</span> <sp=
an class=3D"pi">[</span><span class=3D"s2" style=3D"color: #dd1144;">"</s=
pan><span class=3D"s" style=3D"color: #dd1144;">--explicit-defaults-for-t=
imestamp=3Doff"</span><span class=3D"pi">]</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"660" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
660
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na" st=
yle=3D"color: #008080;">parallel</span><span class=3D"pi">:</span></span>=
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"661" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
661
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na" =
style=3D"color: #008080;">matrix</span><span class=3D"pi">:</span></span>=
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"662" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
662
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi=
">-</span> <span class=3D"na" style=3D"color: #008080;">PHP_VERSION</span=
><span class=3D"pi">:</span> <span class=3D"s2" style=3D"color: #dd1144;"=
>"</span><span class=3D"s" style=3D"color: #dd1144;">8.5"</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"663" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
663
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"=
na" style=3D"color: #008080;">DB_IMAGE</span><span class=3D"pi">:</span> =
<span class=3D"s" style=3D"color: #dd1144;">${MARIADB_IMAGE_NEWEST_SUPPOR=
TED}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"664" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
664
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi=
">-</span> <span class=3D"na" style=3D"color: #008080;">PHP_VERSION</span=
><span class=3D"pi">:</span> <span class=3D"s2" style=3D"color: #dd1144;"=
>"</span><span class=3D"s" style=3D"color: #dd1144;">8.4"</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"665" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
665
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"=
na" style=3D"color: #008080;">DB_IMAGE</span><span class=3D"pi">:</span> =
<span class=3D"s" style=3D"color: #dd1144;">${MYSQL_IMAGE_NEWEST_SUPPORTE=
D}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"666" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
666
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi=
">-</span> <span class=3D"na" style=3D"color: #008080;">PHP_VERSION</span=
><span class=3D"pi">:</span> <span class=3D"s2" style=3D"color: #dd1144;"=
>"</span><span class=3D"s" style=3D"color: #dd1144;">8.3"</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"667" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
667
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"=
na" style=3D"color: #008080;">DB_IMAGE</span><span class=3D"pi">:</span> =
<span class=3D"s" style=3D"color: #dd1144;">${MARIADB_IMAGE_COMMON_LTS}</=
span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"668" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
668
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi=
">-</span> <span class=3D"na" style=3D"color: #008080;">PHP_VERSION</span=
><span class=3D"pi">:</span> <span class=3D"s2" style=3D"color: #dd1144;"=
>"</span><span class=3D"s" style=3D"color: #dd1144;">8.2"</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"669" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
669
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"=
na" style=3D"color: #008080;">DB_IMAGE</span><span class=3D"pi">:</span> =
<span class=3D"s" style=3D"color: #dd1144;">${MYSQL_IMAGE_OLDEST_SUPPORTE=
D}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"670" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
670
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi=
">-</span> <span class=3D"na" style=3D"color: #008080;">PHP_VERSION</span=
><span class=3D"pi">:</span> <span class=3D"s2" style=3D"color: #dd1144;"=
>"</span><span class=3D"s" style=3D"color: #dd1144;">8.1"</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"671" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
671
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"=
na" style=3D"color: #008080;">DB_IMAGE</span><span class=3D"pi">:</span> =
<span class=3D"s" style=3D"color: #dd1144;">${MARIADB_IMAGE_OLDEST_SUPPOR=
TED}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"672" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
672
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"na" st=
yle=3D"color: #008080;">script</span><span class=3D"pi">:</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"673" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
673
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi">=
-</span> <span class=3D"s1" style=3D"color: #dd1144;">'</span><span class=
=3D"s" style=3D"color: #dd1144;">echo</span><span class=3D"nv" style=3D"c=
olor: #008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">-n</s=
pan><span class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s=
" style=3D"color: #dd1144;">"PHP</span><span class=3D"nv" style=3D"color:=
#008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">Version:</=
span><span class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"=
s" style=3D"color: #dd1144;">"</span><span class=3D"nv" style=3D"color: #=
008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">&&</=
span><span class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"=
s" style=3D"color: #dd1144;">php</span><span class=3D"nv" style=3D"color:=
#008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">-v</span><=
span class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" sty=
le=3D"color: #dd1144;">|</span><span class=3D"nv" style=3D"color: #008080=
;"> </span><span class=3D"s" style=3D"color: #dd1144;">grep</span><span c=
lass=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"=
color: #dd1144;">"^PHP"'</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"674" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
674
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi">=
-</span> <span class=3D"s1" style=3D"color: #dd1144;">'</span><span class=
=3D"s" style=3D"color: #dd1144;">echo</span><span class=3D"nv" style=3D"c=
olor: #008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">-n</s=
pan><span class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s=
" style=3D"color: #dd1144;">"MySQL/MariaDB</span><span class=3D"nv" style=
=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">=
Version:</span><span class=3D"nv" style=3D"color: #008080;"> </span><span=
class=3D"s" style=3D"color: #dd1144;">"</span><span class=3D"nv" style=3D=
"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">&am=
p;&</span><span class=3D"nv" style=3D"color: #008080;"> </span><span =
class=3D"s" style=3D"color: #dd1144;">mysql</span><span class=3D"nv" styl=
e=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd1144;"=
>-u</span><span class=3D"nv" style=3D"color: #008080;"> </span><span clas=
s=3D"s" style=3D"color: #dd1144;">root</span><span class=3D"nv" style=3D"=
color: #008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">--pa=
ssword=3D$MYSQL_ROOT_PASSWORD</span><span class=3D"nv" style=3D"color: #0=
08080;"> </span><span class=3D"s" style=3D"color: #dd1144;">-h</span><spa=
n class=3D"nv" style=3D"color: #008080;"> </span><span class=3D"s" style=3D=
"color: #dd1144;">${MYSQL_SERVICE_ALIAS}</span><span class=3D"nv" style=3D=
"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd1144;">--s=
kip-column-names</span><span class=3D"nv" style=3D"color: #008080;"> </sp=
an><span class=3D"s" style=3D"color: #dd1144;">-B</span><span class=3D"nv=
" style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd=
1144;">-e</span><span class=3D"nv" style=3D"color: #008080;"> </span><spa=
n class=3D"s" style=3D"color: #dd1144;">"SELECT</span><span class=3D"nv" =
style=3D"color: #008080;"> </span><span class=3D"s" style=3D"color: #dd11=
44;">VERSION()"</span><span class=3D"nv" style=3D"color: #008080;"> </spa=
n><span class=3D"s" style=3D"color: #dd1144;">2>/dev/null'</span></spa=
n>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"675" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
675
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi">=
-</span> <span class=3D"s" style=3D"color: #dd1144;">echo '<?php $host=
_tiki =3D "'${MYSQL_SERVICE_ALIAS}'"; $user_tiki =3D "tikiuser"; $pass_ti=
ki =3D "tikipass"; $dbs_tiki =3D "tikitest"; $client_charset =3D "utf8mb4=
"; ' > lib/test/local.php</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"676" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
676
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"> <span class=3D"pi">=
-</span> <span class=3D"s" style=3D"color: #dd1144;">php -d display_error=
s=3DOn vendor_bundled/vendor/phpunit/phpunit/phpunit --colors=3Dalways --=
log-junit report.xml --do-not-fail-on-phpunit-warning --do-not-fail-on-ph=
punit-deprecation --group api-integration-test</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"677" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
677
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"653" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
=
</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"yaml"></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"678" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
678
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"653" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
653
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"><span class=3D"na" style=3D"color: #008080;">un=
it-tests-node</span><span class=3D"pi">:</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"679" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
679
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"654" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
654
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"na" style=3D"color: #008080;">=
stage</span><span class=3D"pi">:</span> <span class=3D"s" style=3D"color:=
#dd1144;">unit-tests</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"680" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
680
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"655" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
655
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"yaml"> <span class=3D"na" style=3D"color: #008080;">=
needs</span><span class=3D"pi">:</span></span>
</pre></td>
</tr>
</table>
<br>
</li>
</div>
<div class=3D"footer" style=3D"margin-top: 10px;">
<p style=3D"font-size: small; color: #626168;">
=E2=80=94
<br>
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/e4c7411396ff110cff55=
729546cb2d935a35c376">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target=3D"_blan=
k" rel=3D"noopener noreferrer" href=3D"https://gitlab.com">gitlab.com</a>=
. <a href=3D"https://gitlab.com/-/profile/notifications" target=3D"_blank=
" rel=3D"noopener noreferrer" class=3D"mng-notif-link">Manage all notific=
ations</a> =C2=B7 <a href=3D"https://gitlab.com/help" target=3D"_blank" r=
el=3D"noopener noreferrer" class=3D"help-link">Help</a>
<span style=3D"color: transparent; font-size: 0; display: none; overflow:=
hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.com/tikiwiki/tiki/-/commit/=
e4c7411396ff110cff55729546cb2d935a35c376 at 1785353964
</span>
<script type=3D"application/ld+json">{"@context":"http://schema.org","@ty=
pe":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","u=
rl":"https://gitlab.com/tikiwiki/tiki/-/commit/e4c7411396ff110cff55729546=
cb2d935a35c376"}}</script>
</p>
</div>
</body>
</html>
----==_mimepart_6a6a56eccd03b_3819fe88794aa--
--===============7920913486043101833==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============7920913486043101833==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
--===============7920913486043101833==--