Skip to content

Commit 0acdad3

Browse files
committed
Use PHPUnit 10 on PHP 8.1
1 parent 512a989 commit 0acdad3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
timeout_minutes: 5
4444
max_attempts: 5
4545
command: |
46-
composer require phpunit/phpunit:^9.5.8 --dev --${{ matrix.stability }} --no-update --no-interaction
4746
composer require vlucas/phpdotenv:^5.3.1 --${{ matrix.stability }} --no-update --no-interaction
4847
if: matrix.php >= 8.1 && matrix.stability == 'prefer-lowest'
4948

@@ -63,7 +62,6 @@ jobs:
6362
max_attempts: 5
6463
command: |
6564
composer require "orchestra/testbench:^9.2|^10.0" --dev --${{ matrix.stability }} --no-update --no-interaction
66-
composer require "phpunit/phpunit:^10.4|^11.5" --dev --${{ matrix.stability }} --no-update --no-interaction
6765
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11
6866

6967
- name: Set Laravel version

0 commit comments

Comments
 (0)