diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 083d1a3..95da339 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name steps: - name: Setup PHP version - uses: shivammathur/setup-php@v1 + uses: shivammathur/setup-php@v2 with: php-version: '8.1' extensions: simplexml