Skip to content

Commit 8167e20

Browse files
committed
[CI] Remove new steps for Symfony Flex & SYMFONY_REQUIRE
1 parent 7562575 commit 8167e20

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- php: "8.3"
2121
- php: "8.4"
2222
- php: "8.4"
23-
symfony-version: 8.0.x-dev
2423
composer-stability: dev
2524
steps:
2625
- name: Checkout source
@@ -30,18 +29,11 @@ jobs:
3029
with:
3130
php-version: ${{ matrix.php }}
3231
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, log_errors_max_len=0
33-
- name: Install and configure Symfony Flex
34-
if: matrix.symfony-version
35-
run: |
36-
composer global require --no-progress --no-scripts --no-plugins symfony/flex
37-
composer global config --no-plugins allow-plugins.symfony/flex true
3832
- name: Configure Composer minimum-stability
3933
if: matrix.composer-stability
4034
run: composer config minimum-stability ${{ matrix.composer-stability }}
4135
- name: "Update composer dependencies"
4236
run: composer update -o --no-interaction --no-progress ${{ matrix.COMPOSER_FLAGS }}
43-
env:
44-
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
4537
- name: Tests
4638
env:
4739
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}

0 commit comments

Comments
 (0)