mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Add support for gearman on PHP 8.1/8.2/8.3 (#903)
* Add support for gearman on PHP 8.1/8.2/8.3 * Fix extractExtensionsFromData
This commit is contained in:
parent
749afd0a53
commit
b4a4872aff
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ extractExtensionsFromData() {
|
|||
IFS='
|
||||
'
|
||||
extractExtensionsFromData_foundAt=
|
||||
for extractExtensionsFromData_line in $(git -C "$CI_BUILD_DIR" diff --no-indent-heuristic --minimal --no-color --word-diff=none -no-renames --unified=0 "$CI_COMMIT_RANGE" -- data/supported-extensions); do
|
||||
for extractExtensionsFromData_line in $(git -C "$CI_BUILD_DIR" diff --no-indent-heuristic --minimal --no-color --word-diff=none --no-renames --unified=0 "$CI_COMMIT_RANGE" -- data/supported-extensions); do
|
||||
if test -n "$extractExtensionsFromData_line"; then
|
||||
if test -z "$extractExtensionsFromData_foundAt"; then
|
||||
if test -z "${extractExtensionsFromData_line##@@*}"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue