Skip to content

Commit e3fd1e4

Browse files
committed
Fix CI
1 parent be24b2b commit e3fd1e4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ jobs:
6161
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
6262
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-
6363

64-
- name: Install PHPUnit 9 for Symfony 5.4
65-
if: "matrix.symfony == '5.4.*'"
66-
run: composer require --dev --no-update "phpunit/phpunit=^9.0"
64+
- name: Install PHPUnit 10
65+
run: composer require --dev --no-update "phpunit/phpunit=^10.0"
6766

6867
- name: Install dependencies
6968
run: |
@@ -76,21 +75,20 @@ jobs:
7675
composer require symfony/browser-kit=${{ matrix.symfony }} --no-update
7776
composer require vlucas/phpdotenv --no-update
7877
composer require codeception/module-asserts="3.*" --no-update
79-
composer require codeception/module-doctrine2="3.*" --no-update
78+
composer require codeception/module-doctrine="3.*" --no-update
8079
composer update --prefer-dist --no-progress --no-dev
8180
8281
- name: Validate composer.json and composer.lock
8382
run: composer validate
8483
working-directory: framework-tests
8584

86-
- name: Install PHPUnit 10 in framework-tests for Symfony 6.4 and 7.0
87-
if: "matrix.symfony == '6.4.*' || matrix.symfony == '7.0.*'"
88-
run: composer require --dev --no-update "phpunit/phpunit=^10.0"
85+
- name: Install PHPUnit 10 in framework-tests
86+
run: composer require --dev --no-update "phpunit/phpunit=^10.0"
8987
working-directory: framework-tests
9088

9189
- name: Install Symfony Sample
9290
run: |
93-
composer remove codeception/codeception codeception/module-asserts codeception/module-doctrine2 codeception/lib-innerbrowser codeception/module-symfony --dev --no-update
91+
composer remove codeception/codeception codeception/module-asserts codeception/module-doctrine codeception/lib-innerbrowser codeception/module-symfony --dev --no-update
9492
composer update --no-progress
9593
working-directory: framework-tests
9694

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy