diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 18c86e9..0451fe4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,13 +12,15 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] - php: [8.1, 8.0] - laravel: [9.*] - stability: [prefer-lowest, prefer-stable] + os: [ubuntu-latest] + php: [8.1, 8.2] + laravel: [9.*, 10.*] + stability: [prefer-stable] include: - laravel: 9.* testbench: 7.* + - laravel: 10.* + testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 7e378ee..d9fa579 100644 --- a/composer.json +++ b/composer.json @@ -20,15 +20,15 @@ } ], "require": { - "php": "^8.0|^8.1", - "kilobyteno/laravel-plausible": "^1.0.0", + "php": "^8.0|^8.1|^8.2", + "kilobyteno/laravel-plausible": "^1.1", "spatie/laravel-package-tools": "^1.9.2", "spatie/laravel-dashboard": "^2.0" }, "require-dev": { "nunomaduro/collision": "^6.0", "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpunit/phpunit": "^9.5",