Skip to content

Commit

Permalink
Add laravel 11 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppelgrims committed Apr 22, 2024
1 parent 37ba826 commit 6aeba16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: [^10.0]
laravel: [^10.0, ^11.0]
include:
- laravel: ^11.0
testbench: ^8.0
- laravel: ^10.0
testbench: ^8.0
name: P${{ matrix.php }} - L${{ matrix.laravel }}
Expand Down

0 comments on commit 6aeba16

Please sign in to comment.