File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.4 -fpm-alpine
1+ FROM php:8.5 -fpm-alpine
22
33ARG UID
44ARG GID
@@ -13,8 +13,7 @@ RUN apk update && apk add \
1313 bash \
1414 icu-dev \
1515 && docker-php-ext-configure intl \
16- && docker-php-ext-install intl opcache \
17- && docker-php-ext-enable opcache
16+ && docker-php-ext-install intl \
1817
1918RUN ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime \
2019 && sed -i "s/^;date.timezone =.*/date.timezone = Europe\/ Paris/" $PHP_INI_DIR/php.ini
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Install PHP with extensions
2020 uses : shivammathur/setup-php@v2
2121 with :
22- php-version : ' 8.4 '
22+ php-version : ' 8.5 '
2323 coverage : none
2424 tools : composer:v2
2525 - name : Install Composer dependencies (locked)
@@ -32,11 +32,11 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636 - name : Install PHP with extensions
3737 uses : shivammathur/setup-php@v2
3838 with :
39- php-version : ' 8.4 '
39+ php-version : ' 8.5 '
4040 coverage : none
4141 tools : composer:v2
4242 - name : Install Composer dependencies (locked)
@@ -49,11 +49,11 @@ jobs:
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout code
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v6
5353 - name : Install PHP with extensions
5454 uses : shivammathur/setup-php@v2
5555 with :
56- php-version : ' 8.4 '
56+ php-version : ' 8.5 '
5757 coverage : none
5858 tools : composer:v2
5959 - name : Install Composer dependencies (locked)
Original file line number Diff line number Diff line change 3333 "require" : {
3434 "php" : " >=8.1" ,
3535 "cleverage/process-bundle" : " ^4.0" ,
36- "symfony/cache" : " ^6.4|^7.3 "
36+ "symfony/cache" : " ^6.4|^7.4|^8.0 "
3737 },
3838 "require-dev" : {
3939 "friendsofphp/php-cs-fixer" : " *" ,
You can’t perform that action at this time.
0 commit comments