From 6971deb9edec3e9bb5ce58266fdeee2f4fd5f7ec Mon Sep 17 00:00:00 2001 From: Mateus Junges Date: Tue, 12 Mar 2024 10:52:47 -0300 Subject: [PATCH] Adds laravel 10 and 11 to test matrix --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c60dd81..9430b00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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.* @@ -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