diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7f2190b..e7861d1 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,12 +9,12 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.0, 7.4] + php: [8.1, 8.0, 7.4] laravel: [8.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* - testbench: "^6.11" + testbench: "^6.24" name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index eba82ba..161790b 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/support": "^8.47" + "php": "^7.4|^8.0|^8.1", + "illuminate/support": "^8.47|^9.0" }, "require-dev": { - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.3" + "orchestra/testbench": "^6.24", + "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": {