Skip to content

Commit af998e6

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

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.circleci/config.yml

+15-12
Original file line numberDiff line numberDiff line change
@@ -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)