Skip to content

Commit

Permalink
Remove laravel/legacy-factories from GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Feb 24, 2023
1 parent 90ab93b commit 8bb8bed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
include:
- laravel: 9.*
testbench: 7.*
legacy-factories: 1.*
- laravel: 10.*
testbench: 8.*
legacy-factories: 1.*

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

Expand All @@ -50,10 +48,5 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Install legacy factories dependency
run: |
composer require "laravel/legacy-factories:${{ matrix.legacy-factories }}" --no-interaction
if: matrix.legacy-factories

- name: Execute tests
run: vendor/bin/phpunit --testdox

0 comments on commit 8bb8bed

Please sign in to comment.