diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28814b4..363633c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,24 +11,42 @@ jobs: strategy: fail-fast: false matrix: - php: ["8.0", "8.1", "8.2"] - laravel: ["8.*", "11.*"] - testbench: ["6.*", "9.*"] + php: ['8.0', '8.1', '8.2', '8.3', '8.4'] + laravel: ['8.*', '11.*', '12.*'] + testbench: ['6.*', '9.*', '10.*'] dependency-version: [prefer-stable] include: - laravel: 8.* testbench: 6.* - laravel: 11.* testbench: 9.* + - laravel: 12.* + testbench: 10.* exclude: - laravel: 11.* - php: "8.0" + php: '8.0' - laravel: 11.* - php: "8.1" - - laravel: "8.*" - testbench: "9.*" - - laravel: "11.*" - testbench: "6.*" + php: '8.1' + - laravel: 12.* + php: '8.0' + - laravel: 12.* + php: '8.1' + - laravel: 8.* + testbench: 9.* + - laravel: 8.* + testbench: 10.* + - laravel: 11.* + testbench: 6.* + - laravel: 11.* + testbench: 10.* + - laravel: 12.* + php: '8.0' + - laravel: 12.* + php: '8.1' + - laravel: 12.* + testbench: 9.* + - laravel: 12.* + testbench: 6.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest diff --git a/composer.json b/composer.json index e38a226..dfcaf3a 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ "require": { "php": "^8.0", "guzzlehttp/guzzle": "^7.0.1", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^8.0|^9.0", - "pestphp/pest": "^1.22|^2.34", - "pestphp/pest-plugin-laravel": "^1.3|^2.3", - "phpunit/phpunit": "^9.0|^10.5" + "orchestra/testbench": "^6.0|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.22|^2.34|^3.7", + "pestphp/pest-plugin-laravel": "^1.3|^2.3|^3.1", + "phpunit/phpunit": "^9.0|^10.5|^11.5.3" }, "autoload": { "psr-4": {