diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ce6da3b..36c62b5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup PHP - uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0 + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1 with: php-version: ${{ matrix.php }} coverage: none diff --git a/composer.json b/composer.json index 6602a7a..8196a57 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.2", - "phpunit/phpunit": "^11.5.20", - "symfony/console": "^7.2.6" + "phpunit/phpunit": "^11.5.26", + "symfony/console": "^7.3.1" }, "authors": [ {