File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- ARG PHP_VERSION=8.2 -cli
3+ ARG PHP_VERSION=8.4 -cli
44
55FROM composer:2 AS composer
66
Original file line number Diff line number Diff line change 1919 uses : " shivammathur/setup-php@v2"
2020 with :
2121 coverage : " none"
22- php-version : " 8.3 "
22+ php-version : " 8.4 "
2323
2424 - name : " Install dependencies with Composer"
2525 uses : " ramsey/composer-install@v3"
2828
2929 - name : " Run PHP-CS-Fixer"
3030 run : " vendor/bin/php-cs-fixer fix --ansi --verbose --diff --dry-run"
31+ env :
32+ PHP_CS_FIXER_IGNORE_ENV : 1
3133
3234 rector :
3335 name : " Rector"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 target : php
66 dockerfile : ./.docker/php/Dockerfile
77 args :
8- PHP_VERSION : ${PHP_VERSION:-8.3 -cli}
8+ PHP_VERSION : ${PHP_VERSION:-8.4 -cli}
99 volumes :
1010 - .:/var/www
1111 working_dir : /var/www
You can’t perform that action at this time.
0 commit comments