diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index debe7a9..73f7f23 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,14 +14,14 @@ jobs: matrix: os: [ubuntu-latest] php: [8.3, 8.2, 8.1] - laravel: ["^11.0", "^10.0", "^9.0"] + laravel: ["^11.0", "^10.0", "^9.38"] stability: [prefer-lowest, prefer-stable] include: - laravel: "^11.0" testbench: 9.* - laravel: "^10.0" testbench: 8.* - - laravel: "^9.0" + - laravel: "^9.38" testbench: 7.* exclude: - laravel: "^11.0" diff --git a/composer.json b/composer.json index d625ca4..58ae138 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^8.1", "illuminate/contracts": "^9.38|^10.0|^11.0", "spatie/laravel-package-tools": "^1.14.0", - "symfony/mailer": "^6.0" + "symfony/mailer": "^6.0|^7.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.5",