Skip to content

Commit

Permalink
DX: Ability to run Fixer on PHP8.3 for development (#7449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone authored Nov 20, 2023
1 parent 6cf20e4 commit 33d4c4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.override.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ services:
<<: *php
php-8.2:
<<: *php
php-8.3:
<<: *php
10 changes: 10 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,32 @@ services:
environment:
PHP_IDE_CONFIG: serverName=php-cs-fixer
PHP_CS_FIXER_ALLOW_XDEBUG: 1

php-8.0:
<<: *php
build:
args:
ALPINE_VERSION: "3.16"
PHP_VERSION: "8.0"
PHP_XDEBUG_VERSION: "3.2.2"

php-8.1:
<<: *php
build:
args:
PHP_VERSION: "8.1"
PHP_XDEBUG_VERSION: "3.2.2"

php-8.2:
<<: *php
build:
args:
PHP_VERSION: "8.2"
PHP_XDEBUG_VERSION: "3.2.2"

php-8.3:
<<: *php
build:
args:
PHP_VERSION: "8.3.0RC6"
PHP_XDEBUG_VERSION: "3.3.0alpha3"

0 comments on commit 33d4c4a

Please sign in to comment.