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 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: 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 +} 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": {