From 15f1364345be9675921329673872c1f89cfacfa3 Mon Sep 17 00:00:00 2001 From: Anders Bilfeldt Date: Fri, 16 Dec 2022 14:32:22 +0100 Subject: [PATCH 1/2] Limit to php ^8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2a05c3c..7a5a686 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "spatie/laravel-package-tools": "^1.4.3", "illuminate/contracts": "^8.51 || ^9.0" }, From 43a7acf0cfdec4e6c32f88fef878d2f98a42d478 Mon Sep 17 00:00:00 2001 From: Anders Bilfeldt Date: Fri, 16 Dec 2022 14:32:32 +0100 Subject: [PATCH 2/2] Add PHP 8.2 to tests --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3a0177d..a08de35 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.1, 8.0] + php: [8.2, 8.1, 8.0] laravel: [9.*, 8.*] stability: [prefer-stable] include: