diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14dd9a5..ec66029 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: fail-fast: true matrix: php: [7.4, 8.0, 8.1] - laravel: [8.*, 9.*] + laravel: [8.*, 9.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index bb4a217..83e4ff2 100755 --- a/composer.json +++ b/composer.json @@ -33,9 +33,9 @@ "require": { "php": "^7.4|^8.0|^8.1", "guzzlehttp/guzzle": "^7.1", - "illuminate/support": "^8.0|^9.0", - "illuminate/notifications": "^8.0|^9.0", - "illuminate/translation": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/notifications": "^8.0|^9.0|^10.0", + "illuminate/translation": "^8.0|^9.0|^10.0", "nesbot/carbon": "^2.0", "ext-simplexml": "*" },