diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fe583a..1c1ca76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: php: ['8.0', '8.1', '8.2', '8.3'] - laravel: [9.*, 10.*, 11.*] + laravel: [9.*, 10.*, 11.*, 12.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 9.* @@ -20,6 +20,8 @@ jobs: testbench: 8.* - laravel: 11.* testbench: 9.* + - laravel: 12.* + testbench: 10.* exclude: - laravel: 9.* php: 8.3 @@ -29,7 +31,10 @@ jobs: php: 8.0 - laravel: 11.* php: 8.1 - + - laravel: 12.* + php: 8.0 + - laravel: 12.* + php: 8.1 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/composer.json b/composer.json index 9c1c35e..af627f3 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ "php": "^8.0", "ext-json": "*", "balping/json-raw-encoder": "^1.0", - "illuminate/support": "^9.0|^10.0|^11.0" + "illuminate/support": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "mockery/mockery": "^1.5", - "phpunit/phpunit": "^9.5|^10.0|^11.0", - "orchestra/testbench": "^7.4|^8.0|^9.0" + "phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0", + "orchestra/testbench": "^7.4|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {