Skip to content

Commit

Permalink
Remove prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoungportable committed Mar 7, 2024
1 parent d0bd850 commit 0e316ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest]
php: ['8.1']
pest: ['2.30']
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.os }} - Pest ${{ matrix.pest }} - ${{ matrix.dependency-version }}

Expand All @@ -41,8 +41,5 @@ jobs:
- name: Install PHP dependencies
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --ansi

- name: Run Unit With PHPUnit
run: composer test:unit:phpunit

- name: Run Unit With Pest
run: composer test:unit:pest

0 comments on commit 0e316ba

Please sign in to comment.