From 482968441f24fb0b616a905a8cb7bd74d5d8b193 Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan <13580338+tenshiAMD@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:14:13 +0800 Subject: [PATCH 1/2] Add tests for PHP v8.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6df6b08..920184d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ "7.3", "7.4", "8.0", "8.1" ] + php: [ "7.3", "7.4", "8.0", "8.1", "8.2" ] os: [ ubuntu-latest ] steps: From fd46c16be7654a781681e28dd89f919eef0576dc Mon Sep 17 00:00:00 2001 From: Angel Aviel Domaoan <13580338+tenshiAMD@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:19:18 +0800 Subject: [PATCH 2/2] Support Laravel 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 224669f..184e667 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,10 @@ "php": ">=7.2.5|^8.0", "guzzlehttp/guzzle": "^6.2|^7.0.1|^7.2", "aws/aws-sdk-php": "~3.0", - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0", - "illuminate/queue": "^6.0|7.0|^8.0|^9.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0", + "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/queue": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", "twig/twig": "^3.0" }, "require-dev": {