Skip to content

Commit

Permalink
Update orchestral/testbench deps for Laravel 8.x tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Motol committed Sep 10, 2020
1 parent 3665ce2 commit b74c2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/l8-phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Laravel 7.x tests
name: Run Laravel 8.x tests

on:
push:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install dependencies
run: |
composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:5.*" --no-interaction --no-update
composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:6.*" --no-interaction --no-update
composer update --${{ matrix.dependency }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit b74c2da

Please sign in to comment.