Skip to content

Commit

Permalink
test: prepare tests for Symfony 6.2 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller authored Jun 7, 2022
1 parent 5c1ce36 commit c5cbd60
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,18 @@ workflows:
symfony:
- "5.4"
- "6.0"
composer-options:
- "--prefer-stable --prefer-lowest"
- "--prefer-stable"
- test:
name: php8.1-dev
php: "8.1"
minimum-stability: "dev"
matrix:
parameters:
symfony:
- "6.1"
composer-options:
- "--prefer-stable --prefer-lowest"
- "--prefer-stable"
# - test:
# name: php8.1-dev
# php: "8.1"
# minimum-stability: "dev"
# matrix:
# parameters:
# symfony:
# - "6.2"
# composer-options:
# - "--prefer-stable --prefer-lowest"
# - "--prefer-stable"

0 comments on commit c5cbd60

Please sign in to comment.