Skip to content

Commit

Permalink
adjust github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 14, 2021
1 parent 27f1d64 commit dbfd91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4]
php: [7.2, 7.3, 7.4, 8.0]
laravel: [5.8.*, 6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/pest

0 comments on commit dbfd91b

Please sign in to comment.