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