Skip to content

Commit 90604b7

Browse files
authored
Merge branch '3.x' into symfony8
2 parents ef56c4f + 3e0a25b commit 90604b7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
php-version: '8.4'
1919
coverage: none
20+
tools: php-cs-fixer
2021
- name: php-cs-fixer
2122
run: |
22-
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.85.1/php-cs-fixer.phar -q
23-
php php-cs-fixer.phar fix --dry-run --diff
23+
php-cs-fixer fix --dry-run --diff
2424
2525
phpunit:
2626
name: PHPUnit (PHP ${{ matrix.php-version }} - Symfony ${{ matrix.symfony-version }})
@@ -54,11 +54,7 @@ jobs:
5454
with:
5555
coverage: none
5656
php-version: ${{ matrix.php-version }}
57-
58-
- name: Install Symfony Flex
59-
run: |
60-
composer config --global --no-plugins allow-plugins.symfony/flex true
61-
composer global require --no-progress --no-scripts --no-plugins symfony/flex
57+
tools: flex
6258

6359
- name: Remove incompatible packages
6460
if: matrix.symfony-version == '8.0.*'

0 commit comments

Comments
 (0)