From 245af12a873122acf75fec54544d6e6061a87e12 Mon Sep 17 00:00:00 2001 From: Steve McDougall Date: Tue, 6 Feb 2024 13:25:00 +0000 Subject: [PATCH 1/3] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0f52def7..9a2f6fa5 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ ], "require": { "php": "^8.0", - "illuminate/database": "^9.0|^10.0", - "illuminate/http": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", + "illuminate/database": "^10.0|^11.0", + "illuminate/http": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", "spatie/laravel-package-tools": "^1.11" }, "require-dev": { From 36df4c50f7d9d6b28f4d0a2282c720c132277747 Mon Sep 17 00:00:00 2001 From: Steve McDougall Date: Tue, 6 Feb 2024 13:26:41 +0000 Subject: [PATCH 2/3] Update run-tests.yml --- .github/workflows/run-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e56b1478..691b248a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,15 +9,15 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.3, 8.2, 8.1, 8.0] + php: [8.3, 8.2, 8.1] laravel: [9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 10.* + - laravel: 11.* testbench: 8.* carbon: ^2.63 - - laravel: 9.* - testbench: 7.* + - laravel: 10.* + testbench: 8.* carbon: ^2.63 exclude: - laravel: 10.* From 74d9f7dd5bebba3b4c28159e03fcf3f00be93f7c Mon Sep 17 00:00:00 2001 From: Steve McDougall Date: Tue, 6 Feb 2024 13:29:38 +0000 Subject: [PATCH 3/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a2f6fa5..1836288c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "illuminate/database": "^10.0|^11.0", "illuminate/http": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0",