Skip to content

Commit

Permalink
Added PHP 8 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Casey committed Dec 11, 2020
1 parent 4164d59 commit 85d4119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3]
php: [8.0, 7.4, 7.3]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit 85d4119

Please sign in to comment.