Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor committed Mar 19, 2024
1 parent c8acfca commit 6898b03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: true
matrix:
laravel: [ 9.*, 10.* ]
php: [ 8.1, 8.2 ]
laravel: [ 10.*, 11.* ]
php: [ 8.1, 8.2, 8.3 ]
include:
- laravel: 9.*
testbench: 6.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

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

Expand Down

0 comments on commit 6898b03

Please sign in to comment.