Skip to content

Commit

Permalink
Exclude Laravel 5.8 from running on PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefemy authored Dec 8, 2020
1 parent 5920d66 commit c3a79b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
laravel: ^8.0
- php: 7.2
laravel: ^8.0
- php: 8.0
laravel: 5.8.*

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

Expand Down

0 comments on commit c3a79b5

Please sign in to comment.