Skip to content

Commit c5cbd60

Browse files
authored
test: prepare tests for Symfony 6.2 (#176)
1 parent 5c1ce36 commit c5cbd60

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.circleci/config.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,18 @@ workflows:
8282
symfony:
8383
- "5.4"
8484
- "6.0"
85-
composer-options:
86-
- "--prefer-stable --prefer-lowest"
87-
- "--prefer-stable"
88-
- test:
89-
name: php8.1-dev
90-
php: "8.1"
91-
minimum-stability: "dev"
92-
matrix:
93-
parameters:
94-
symfony:
9585
- "6.1"
9686
composer-options:
9787
- "--prefer-stable --prefer-lowest"
9888
- "--prefer-stable"
89+
# - test:
90+
# name: php8.1-dev
91+
# php: "8.1"
92+
# minimum-stability: "dev"
93+
# matrix:
94+
# parameters:
95+
# symfony:
96+
# - "6.2"
97+
# composer-options:
98+
# - "--prefer-stable --prefer-lowest"
99+
# - "--prefer-stable"

0 commit comments

Comments
 (0)