parent
d6d7fb2fad
commit
aedcf42a49
@ -1,5 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user