diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d2fb77..a9f1362 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ jobs: strategy: matrix: - php: [8.1, 8.0] + php: [8.2, 8.1, 8.0] release: [stable, lowest] include: - - php: 8.1 + - php: 8.2 release: stable coverage: xdebug diff --git a/composer.json b/composer.json index d539ac5..e2b2971 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "illuminate/database": "^9.0" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5", + "nesbot/carbon": "^2.62.1" }, "autoload": { "psr-4": {