Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Feb 27, 2024
1 parent 23eb53a commit 46f0df0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.2 ]
laravel: [9.*, 10.*]
php: [ 8.2, 8.3 ]
laravel: [9.*, 10.*, 11.*]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
Expand Down

0 comments on commit 46f0df0

Please sign in to comment.