Skip to content

Commit

Permalink
ci: add Laravel 11 support to GitHub Actions workflow.*
Browse files Browse the repository at this point in the history
- Remove duplicate job with Laravel10.* and Testbench 8.*
  • Loading branch information
jiannei committed Nov 15, 2024
1 parent 74391d6 commit a366b92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [8.1,8.2]
laravel: [ 10.*]
laravel: [10.*,11.*]
dependency-version: [ prefer-stable ]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*

Expand Down

0 comments on commit a366b92

Please sign in to comment.