Skip to content

Commit a9b3741

Browse files
committed
ci: fixes installation of pest
1 parent bd973f1 commit a9b3741

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
laravel: ['11.0', '12.0']
1717
dependency-version: [prefer-stable]
1818

19-
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - Pest ${{ matrix.pest }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
19+
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2020

2121
services:
2222
mysql:
@@ -51,9 +51,6 @@ jobs:
5151
- name: Set Laravel
5252
run: composer require laravel/framework:^${{ matrix.laravel }} --dev --no-interaction --no-update
5353

54-
- name: Set Pest
55-
run: composer require pestphp/pest:^${{ matrix.pest }} --dev --no-interaction --no-update
56-
5754
- name: Install PHP dependencies
5855
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --ansi
5956

@@ -105,11 +102,6 @@ jobs:
105102
- name: Set Laravel
106103
run: composer require laravel/framework:^${{ matrix.laravel }} --dev --no-interaction --no-update
107104

108-
- name: Set PHPUnit
109-
run: |
110-
composer remove pestphp/pest --dev --no-interaction --no-update
111-
composer require phpunit/phpunit:^${{ matrix.phpunit }} --dev --no-interaction --no-update
112-
113105
- name: Install PHP dependencies
114106
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --ansi
115107

0 commit comments

Comments
 (0)