diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f8a9760..c3ca994 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.1, 8.0] + php: [8.2, 8.1, 8.0] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index eb52b22..7b54685 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,8 @@ "ext-pcntl": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.16", - "nesbot/carbon": "^2.47", - "pestphp/pest": "^1.22", + "nesbot/carbon": "^2.66", + "pestphp/pest": "^1.23", "phpunit/phpunit": "^9.5", "spatie/ray": "^1.10" },