From 2e95c1a1147a9b3882e83fd83daccaa3bbd2a12f Mon Sep 17 00:00:00 2001 From: Filipe Garcia <9282579+filipegar@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:56:49 -0300 Subject: [PATCH 1/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 080b2ce..41c52ee 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.1.0 || ~8.2.0", + "php": ">=8.1", "illuminate/database": "^10.0", "illuminate/http": "^10.0", "illuminate/support": "^10.0", From 5bef09f23031dd8cdf51ea6358e3c865793df4b2 Mon Sep 17 00:00:00 2001 From: Filipe Garcia <9282579+filipegar@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:00:59 -0300 Subject: [PATCH 2/2] Update run-tests.yml --- .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 0f6a1f1..a0049f5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3] stability: [prefer-lowest, prefer-stable] os: [ubuntu-latest]