diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b0b590..badfcad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,11 +9,15 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1'] - laravel: ['^8.0', '^9.0'] + php: ['7.4', '8.0', '8.1', '8.2'] + laravel: ['^8.0', '^9.0', '^10.0'] exclude: - php: '7.4' laravel: '^9.0' + - php: '7.4' + laravel: '^10.0' + - php: '8.0' + laravel: '^10.0' steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index ef52813..dcbf07d 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "prefer-stable": true, "require": { "php": "^7.4|^8.0", - "laravel/framework": "^8.0|^9.0" + "laravel/framework": "^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^6.0|^7.0|^8.0", + "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 4264e5a..2302c7b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,11 +7,10 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" -> + stopOnFailure="false"> - ./tests/ + ./tests/