Skip to content

Commit

Permalink
Exclude PHP 7.2 when testing for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Sep 8, 2020
1 parent 35042ed commit 0be8132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
matrix:
laravel: [6.*, 7.*, 8.*]
php: [7.2, 7.3]
exclude:
- laravel: 8.*
php: 7.2
fail-fast: false

name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}
Expand Down

0 comments on commit 0be8132

Please sign in to comment.