File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 composer install --no-interaction --no-autoloader --no-scripts --profile --no-dev
132132 composer dump-autoload --optimize --profile --no-dev
133133
134- php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +xlswriter + pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
134+ php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
135135
136136 bash make-install-deps.sh
137137
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 composer install --no-interaction --no-autoloader --no-scripts --profile --no-dev
187187 composer dump-autoload --optimize --profile --no-dev
188188
189- php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +xlswriter + pgsql +uuid ${{ inputs.build_type }} ${{ inputs.build_options }} --with-php-version=${{ env.BUILD_PHP_VERSION }}
189+ php prepare.php --with-static-pie --with-libavif +inotify +apcu +ds +pgsql +uuid ${{ inputs.build_type }} ${{ inputs.build_options }} --with-php-version=${{ env.BUILD_PHP_VERSION }}
190190
191191 bash make-install-deps.sh
192192
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 composer install --no-interaction --no-autoloader --no-scripts --profile
120120 composer dump-autoload --optimize --profile
121121
122- php prepare.php --without-docker=1 --with-libavif +apcu +ds +xlswriter + pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
122+ php prepare.php --without-docker=1 --with-libavif +apcu +ds +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
123123
124124 - name : Build
125125 run : |
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 composer install --no-interaction --no-autoloader --no-scripts --profile --no-dev
132132 composer dump-autoload --optimize --profile --no-dev
133133
134- php prepare.php --without-docker=1 --with-libavif +apcu +ds +xlswriter + pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
134+ php prepare.php --without-docker=1 --with-libavif +apcu +ds +pgsql +uuid --with-php-version=${{ env.BUILD_PHP_VERSION }}
135135
136136 - name : Build
137137 run : |
Original file line number Diff line number Diff line change 4343 'ds ' ,
4444# 'ssh2',
4545 'pgsql ' ,
46- 'xlswriter ' ,
46+ # 'xlswriter',
4747 'gettext ' ,
4848# 'phpy'
4949];
You can’t perform that action at this time.
0 commit comments