diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c7459de..063f00f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.0] + php: [8.2, 8.1, 8.0] laravel: [9.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: diff --git a/composer.json b/composer.json index 612ff66..5b151ff 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "php": "^8.0", "illuminate/database": "^8.0|^9.0", "illuminate/support": "^8.0|^9.0", + "nesbot/carbon": "^2.63", "spatie/laravel-package-tools": "^1.9" }, "require-dev": {