diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f1abe6..340c07b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: - php: ['8.0', '8.1', '8.2', '8.3'] - laravel: [9.*, 10.*, 11.*] + php: ['8.0', '8.1', '8.2', '8.3', '8.4'] + laravel: [9.*, 10.*, 11.*, 12.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 9.* @@ -20,18 +20,27 @@ jobs: testbench: 8.* - laravel: 11.* testbench: 9.* + - laravel: 12.* + testbench: 10.* exclude: - laravel: 9.* php: 8.2 - laravel: 9.* php: 8.3 + - laravel: 9.* + php: 8.4 - laravel: 10.* php: 8.0 + - laravel: 10.* + php: 8.4 - laravel: 11.* 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 bae9264..d88374d 100644 --- a/composer.json +++ b/composer.json @@ -23,13 +23,13 @@ ], "require": { "php": "^8.0", - "laravel/framework": "^9.0|^10.0|^11.0", + "laravel/framework": "^9.0|^10.0|^11.0|^12.0", "guzzlehttp/guzzle": "^7.8", "jenssegers/agent": "2.6.*" }, "require-dev": { "phpunit/phpunit": "^9.5|^10.0|^11.0", - "orchestra/testbench": "^7.4|^8.0|^9.0" + "orchestra/testbench": "^7.4|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {