Skip to content

Commit

Permalink
Fixes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 10, 2024
1 parent 47d16ad commit 9d1066a
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 @@ -19,9 +19,9 @@ jobs:
php: [8.2, 8.3]
phpunit: [10, 11]
laravel: [10, 11]
exclude:
- phpunit: 11
laravel: 10
exclude:
- phpunit: 11
laravel: 10

name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit 9d1066a

Please sign in to comment.