From 1e85a3f6be49536f3a00da386ce6577d7e561d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 08:27:31 +0000 Subject: [PATCH] deps(deps): update shivammathur/setup-php action to v2.35.3 --- .github/workflows/coding-standards.yml | 4 ++-- .github/workflows/dependency-analysis.yml | 2 +- .github/workflows/refactoring.yml | 2 +- .github/workflows/security-analysis.yml | 2 +- .github/workflows/static-analysis.yml | 4 ++-- .github/workflows/testing.yml | 8 ++++---- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 78b8d5c2..4c1ad8cd 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -85,7 +85,7 @@ jobs: contents: write steps: - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar, fileinfo, curl @@ -150,7 +150,7 @@ jobs: git config --global core.eol lf - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl diff --git a/.github/workflows/dependency-analysis.yml b/.github/workflows/dependency-analysis.yml index 8032bd83..eac9462b 100644 --- a/.github/workflows/dependency-analysis.yml +++ b/.github/workflows/dependency-analysis.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo diff --git a/.github/workflows/refactoring.yml b/.github/workflows/refactoring.yml index a70f9de8..a0c03e2a 100644 --- a/.github/workflows/refactoring.yml +++ b/.github/workflows/refactoring.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite, fileinfo diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index 7f3bb979..36b4f4bc 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.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 01a71095..68367d9d 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix, pdo diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a085750e..da26b044 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.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo @@ -151,7 +151,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo @@ -208,7 +208,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.35.3 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite, fileinfo