Skip to content

Commit

Permalink
cleanup reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicko170 committed Feb 29, 2024
1 parent dafc150 commit 562c482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 562c482

Please sign in to comment.