Skip to content

Commit

Permalink
Adds laravel 10 and 11 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 12, 2024
1 parent 4413af9 commit 6971deb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
max-parallel: 1
matrix:
php: [7.4, 8.0, 8.1]
laravel: [8.*, 9.*]
php: [7.4, 8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*, 11.*]
include:
- php: 7.4
laravel: 8.*
Expand All @@ -42,6 +42,10 @@ jobs:
exclude:
- php: 7.4
laravel: 9.*
- php: 8.2
laravel: 8.*
- php: 8.2
laravel: 9.*
services:
stripemock:
image: stripe/stripe-mock:v0.141.0
Expand Down

0 comments on commit 6971deb

Please sign in to comment.