diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c1ab9f9..cc68752 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -92,7 +92,7 @@ jobs: persist-credentials: false - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: php-version: "${{ matrix.php-version }}" extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter" @@ -157,7 +157,7 @@ jobs: persist-credentials: false - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.4" + uses: "shivammathur/setup-php@2.30.5" with: php-version: "${{ matrix.php-version }}" extensions: "none, phar, json, opcache, ctype, curl, dom, iconv, intl, mbstring, simplexml, tokenizer, xml, xmlwriter"