From 3f0cd65e2c73e15f421aa513db630a36f2608ca6 Mon Sep 17 00:00:00 2001 From: Palaniappan P Date: Thu, 10 Oct 2024 17:47:14 +0530 Subject: [PATCH 1/4] Test PHP 8.4 --- .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 6605982..d64da7b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.3, 8.2] + php: [8.4, 8.3, 8.2] laravel: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: From 97f79b3c654ff7359b61b347d4e365dc36c0920c Mon Sep 17 00:00:00 2001 From: Palaniappan P Date: Thu, 10 Oct 2024 17:52:25 +0530 Subject: [PATCH 2/4] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1d89fd5..b535dfe 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ } ], "require": { - "php": "^8.1", - "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "php": "^8.2", + "illuminate/contracts": "^9.0|^10.0|^11.0", "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/queue": "^8.0|^9.0|^10.0|^11.0", - "illuminate/bus": "^8.0|^9.0|^10.0|^11.0", + "illuminate/queue": "^9.0|^10.0|^11.0", + "illuminate/bus": "^9.0|^10.0|^11.0", "aws/aws-sdk-php": "^3.250" }, "require-dev": { @@ -75,4 +75,4 @@ "url": "https://github.com/sponsors/palpalani" } ] -} \ No newline at end of file +} From d4198c12f01403c6016d6359639e7536c4b8388a Mon Sep 17 00:00:00 2001 From: Palaniappan P Date: Thu, 10 Oct 2024 17:52:55 +0530 Subject: [PATCH 3/4] Update code-coverage.yml --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index eabc38d..d57456d 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -15,7 +15,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: '8.3' - name: Install Dependencies run: composer install From 5628aa056a4730e63d45378e3c3845480817cd81 Mon Sep 17 00:00:00 2001 From: Palaniappan P Date: Thu, 10 Oct 2024 17:55:07 +0530 Subject: [PATCH 4/4] Update pint.json --- pint.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pint.json b/pint.json index d5c2df7..de35630 100644 --- a/pint.json +++ b/pint.json @@ -3,7 +3,9 @@ "rules": { "@PER-CS": true, "@PER-CS:risky": true, + "@PHP81Migration": true, "@PHP82Migration": true, + "@PHP83Migration": true, "simplified_null_return": true, "braces": false, "new_with_braces": {