diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6dd888b..8044fd3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -6,7 +6,7 @@ on: name: release-please concurrency: - group: release-please-${{ github.ref }} + group: release-please-frankenphp-${{ github.ref }} cancel-in-progress: true jobs: diff --git a/Dockerfile b/Dockerfile index 9d1c04f..8b82921 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM dunglas/frankenphp COPY --from=composer:latest /usr/bin/composer /usr/bin/composer # Install PHP extensions -RUN install-php-extensions ctype curl fileinfo gd \ +RUN install-php-extensions bcmath ctype curl fileinfo gd \ intl json mbstring mysqli openssl pdo pgsql \ redis soap tokenizer xml zip pcntl gmp exif \ - pdo_pgsql pdo_mysql pdo_sqlite bcmath pcntl + pdo_pgsql pdo_mysql pdo_sqlite