Skip to content

Commit

Permalink
Simplify PHP matrix to exclude prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner committed Sep 28, 2024
1 parent ed4c5c7 commit 960e371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]
include:
- php: 8.2
laravel: 10.*
Expand All @@ -34,6 +33,6 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
composer update --prefer-dist --no-interaction
- name: Run tests
run: vendor/bin/phpunit --testsuite=Feature --colors=always

0 comments on commit 960e371

Please sign in to comment.