Skip to content

Commit cb0cec4

Browse files
author
PedroTroller
committed
test: add tests for Symfony 6.3 and php 8.2
1 parent e2537fb commit cb0cec4

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

.circleci/config.yml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

5050
workflows:
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"

0 commit comments

Comments
 (0)