From f18ffcd5c5a93f3146d12139469feaedcbe9b08f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:33:35 +0000 Subject: [PATCH] chore(deps): update shivammathur/setup-php action to v2.30.5 --- .github/workflows/coding-standards.yml | 4 ++-- .github/workflows/dependency-analysis.yml | 2 +- .github/workflows/security-analysis.yml | 2 +- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/testing.yml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 6b642ea3..fbf9bab1 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -82,7 +82,7 @@ jobs: contents: write steps: - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar @@ -147,7 +147,7 @@ jobs: git config --global core.eol lf - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter diff --git a/.github/workflows/dependency-analysis.yml b/.github/workflows/dependency-analysis.yml index 046aafba..893c8c21 100644 --- a/.github/workflows/dependency-analysis.yml +++ b/.github/workflows/dependency-analysis.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index 7db20d7c..b3ea7c9c 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index ca1186d0..44463b95 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8f79ac00..b3129304 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix @@ -152,7 +152,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite