Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 13, 2020
1 parent 7c12ffd commit 4a06139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
php: [7.2, 7.3, 7.4]
laravel: [^6.0, ^7.0, ^8.0]
phpunit: [^7.5, ^8.0, ^9.0]
exclude:
- php: 7.2
phpunit: ^9.0
exclude:
- php: 7.2
phpunit: ^9.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - U${{ matrix.phpunit }}

Expand Down

0 comments on commit 4a06139

Please sign in to comment.