From 98e880f7c0cc8a6fe75a3f80991f24efc515eb27 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Thu, 27 Oct 2022 23:14:39 +0200 Subject: [PATCH] Test on PHP 8.2 --- .github/workflows/ci.yml | 4 ++-- composer.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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": {