Skip to content

Commit

Permalink
Adjust (fix) github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
woodseowl committed Apr 25, 2024
1 parent 88aab5b commit b71e6f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.3]
laravel: [10.*, 11.*]
stability: [prefer-stable]
include:
- laravel: [10.*, 11.*]
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
steps:
Expand Down

0 comments on commit b71e6f2

Please sign in to comment.