Skip to content

Commit 71e0de4

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

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- php: "8.2"
2020
- php: "8.3"
2121
- php: "8.4"
22-
- php: "8.4"
23-
symfony-version: 8.0.x-dev
24-
composer-stability: dev
22+
composer-stability: beta
2523
steps:
2624
- name: Checkout source
2725
uses: actions/checkout@v4
@@ -30,18 +28,11 @@ jobs:
3028
with:
3129
php-version: ${{ matrix.php }}
3230
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
3831
- name: Configure Composer minimum-stability
3932
if: matrix.composer-stability
4033
run: composer config minimum-stability ${{ matrix.composer-stability }}
4134
- name: "Update composer dependencies"
4235
run: composer update -o --no-interaction --no-progress ${{ matrix.COMPOSER_FLAGS }}
43-
env:
44-
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
4536
- name: Tests
4637
env:
4738
PHP_CS_FIXER_IGNORE_ENV: ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}

0 commit comments

Comments
 (0)