diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c60dd81..40b0133 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,32 +16,15 @@ jobs: strategy: max-parallel: 1 matrix: - php: [7.4, 8.0, 8.1] - laravel: [8.*, 9.*] - include: - - php: 7.4 - laravel: 8.* - testbench: 6.* - phpunit: 9.* - - php: 8.0 - laravel: 8.* - testbench: 6.* - phpunit: 9.* - - php: 8.1 - laravel: 8.* - testbench: 6.* - phpunit: 9.* - - php: 8.0 - laravel: 9.* - testbench: 7.* - phpunit: 9.* - - php: 8.1 - laravel: 9.* - testbench: 7.* - phpunit: 9.* + php: [7.4, 8.0, 8.1, 8.2, 8.3] + laravel: [8.*, 9.*, 10.*, 11.*] 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 diff --git a/composer.json b/composer.json index dd9235c..da96129 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": "^7.4|^8.0|^8.1", + "php": "^7.4|^8.0|^8.1|^8.2|^8.3", "stripe/stripe-php": ">=5.0" }, "require-dev": {