We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ce36 commit c5cbd60Copy full SHA for c5cbd60
.circleci/config.yml
@@ -82,17 +82,18 @@ workflows:
82
symfony:
83
- "5.4"
84
- "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:
95
- "6.1"
96
composer-options:
97
- "--prefer-stable --prefer-lowest"
98
- "--prefer-stable"
+ # - test:
+ # name: php8.1-dev
+ # php: "8.1"
+ # minimum-stability: "dev"
+ # matrix:
+ # parameters:
+ # symfony:
+ # - "6.2"
+ # composer-options:
+ # - "--prefer-stable --prefer-lowest"
99
+ # - "--prefer-stable"
0 commit comments