Skip to content

Commit

Permalink
remove constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored May 11, 2023
1 parent 23619eb commit 11444db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
php: [8.1]
laravel: [10.*]
dependency-version: [prefer-stable]


name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand All @@ -30,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel-constraint || matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" ${{ matrix.additional-deps }} --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel-constraint || matrix.laravel }}" ${{ matrix.additional-deps }} --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Run PHPUnit tests
run: composer test

0 comments on commit 11444db

Please sign in to comment.