File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - run : vendor/bin/phpstan analyse --no-progress --memory-limit=-1
4646 - run : vendor/bin/phpspec run -v --config=phpspec.no-coverage.yml
4747 - run : bin/lint-twig src/
48- - run : vendor/bin/php-cs-fixer fix --diff --dry-run -vvv
48+ - run : PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run -vvv
4949
5050workflows :
5151 version : 2
@@ -64,23 +64,26 @@ workflows:
6464 - test :
6565 name : php8.1
6666 php : " 8.1"
67- minimum-stability : ' dev' # Remove on Symfony 6.2 release
67+ minimum-stability : ' dev' # Remove on Symfony 6.4 release
6868 matrix :
6969 parameters :
7070 symfony :
7171 - " 5.4"
7272 - " 6.2"
73+ - " 6.3"
74+ composer-options :
75+ - " --prefer-stable --prefer-lowest"
76+ - " --prefer-stable"
77+ - test :
78+ name : php8.2
79+ php : " 8.2"
80+ minimum-stability : ' dev' # Remove on Symfony 6.4 release
81+ matrix :
82+ parameters :
83+ symfony :
84+ - " 5.4"
85+ - " 6.2"
86+ - " 6.3"
7387 composer-options :
7488 - " --prefer-stable --prefer-lowest"
7589 - " --prefer-stable"
76- # - test:
77- # name: php8.2
78- # php: "8.2-rc"
79- # matrix:
80- # parameters:
81- # symfony:
82- # - "5.4"
83- # - "6.2"
84- # composer-options:
85- # - "--prefer-stable --prefer-lowest"
86- # - "--prefer-stable"
You can’t perform that action at this time.
0 commit comments