From e9c6ce3618b04bd002a811c79c146fa18c9c0541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:44:50 +0000 Subject: [PATCH] deps(deps): update shivammathur/setup-php action to v2.31.1 --- .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 bd0e854e..31d76dc6 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.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar @@ -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.31.1 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 10e0cd9e..8c2cd3f3 100644 --- a/.github/workflows/dependency-analysis.yml +++ b/.github/workflows/dependency-analysis.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets diff --git a/.github/workflows/refactoring.yml b/.github/workflows/refactoring.yml index df3dd599..7e6a3f1d 100644 --- a/.github/workflows/refactoring.yml +++ b/.github/workflows/refactoring.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: mbstring diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index d98c362d..694e7be0 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 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 55099316..6a6e96b7 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 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.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 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 30a4b0f2..42164c91 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 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.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 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.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix @@ -209,7 +209,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite