diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5fb9745..b256566 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,21 +16,16 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.1, 8.2, 8.3] - laravel: ['10.*', '11.*', '12.*'] + php: [8.2, 8.3] + laravel: ['11.*', '12.*'] stability: [prefer-lowest, prefer-stable] include: - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 - laravel: 11.* testbench: 9.* - carbon: * - exclude: - - laravel: 11.* - php: 8.1 + carbon: '*' - laravel: 12.* - php: 8.1 + testbench: 10.* + carbon: '*' name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index e385dcc..9141eb2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^8.1|^8.2", + "php": "^8.2|^8.3", "guzzlehttp/guzzle": "^7.7", "illuminate/contracts": "^10.0|^11.0|^12.0", "spatie/laravel-package-tools": "^1.14.0" @@ -26,7 +26,7 @@ "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^7.0|^8.0", - "nunomaduro/larastan": "^2.0.1", + "nunomaduro/larastan": "^2.8.0|^3.1.0", "orchestra/testbench": "^8.0|^9.0|^10.0", "pestphp/pest": "^2.0|^3.7", "pestphp/pest-plugin-arch": "^2.0|^3.0",