action
All checks were successful
/ build (push) Successful in 2m43s

This commit is contained in:
Adrien Beaudouin 2024-08-02 22:31:32 +02:00
parent d6d7fb2fad
commit aedcf42a49
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
on: on:
workflow_dispatch: push:
branches:
- main
jobs: jobs:
build: build:

View File

@ -2,6 +2,6 @@ FROM php:8.3-cli
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql zip sockets pcov RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql redis zip sockets pcov
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini