Skip to content

Commit

Permalink
Fix workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain Mehdi committed Jul 26, 2022
1 parent ee873c3 commit aab32b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
php: 7.2
# Laravel 6 only support PHP <=8.0
- laravel: 6.*
php: 8.1
php: 8.1
# Laravel 7 only support PHP <=8.0
- laravel: 7.*
php: 8.1
php: 8.1


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

0 comments on commit aab32b1

Please sign in to comment.