Skip to content

Commit 7d0c16b

Browse files
deps(deps): update shivammathur/setup-php action to v2.32.0
1 parent 2baf91c commit 7d0c16b

8 files changed

+11
-11
lines changed

Diff for: .github/workflows/coding-standards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
contents: write
8282
steps:
8383
- name: 🛠️ Setup PHP
84-
uses: shivammathur/setup-php@2.30.4
84+
uses: shivammathur/setup-php@2.32.0
8585
with:
8686
php-version: ${{ matrix.php-version }}
8787
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql
@@ -146,7 +146,7 @@ jobs:
146146
git config --global core.eol lf
147147
148148
- name: 🛠️ Setup PHP
149-
uses: shivammathur/setup-php@2.30.4
149+
uses: shivammathur/setup-php@2.32.0
150150
with:
151151
php-version: ${{ matrix.php-version }}
152152
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql

Diff for: .github/workflows/dependency-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/[email protected]
4949

5050
- name: 🛠️ Setup PHP
51-
uses: shivammathur/setup-php@2.30.4
51+
uses: shivammathur/setup-php@2.32.0
5252
with:
5353
php-version: ${{ matrix.php-version }}
5454
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql

Diff for: .github/workflows/security-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/[email protected]
3232

3333
- name: 🛠️ Setup PHP
34-
uses: shivammathur/setup-php@2.30.4
34+
uses: shivammathur/setup-php@2.32.0
3535
with:
3636
php-version: ${{ matrix.php-version }}
3737
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql

Diff for: .github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/[email protected]
5454

5555
- name: 🛠️ Setup PHP
56-
uses: shivammathur/setup-php@2.30.4
56+
uses: shivammathur/setup-php@2.32.0
5757
with:
5858
php-version: ${{ matrix.php-version }}
5959
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql

Diff for: .github/workflows/testing-mssql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/[email protected]
5757

5858
- name: 🛠️ Setup PHP
59-
uses: shivammathur/setup-php@2.30.4
59+
uses: shivammathur/setup-php@2.32.0
6060
with:
6161
php-version: ${{ matrix.php-version }}
6262
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, pdo_sqlsrv

Diff for: .github/workflows/testing-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/[email protected]
6060

6161
- name: 🛠️ Setup PHP
62-
uses: shivammathur/setup-php@2.30.4
62+
uses: shivammathur/setup-php@2.32.0
6363
with:
6464
php-version: ${{ matrix.php-version }}
6565
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql

Diff for: .github/workflows/testing-pgsql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/[email protected]
5858

5959
- name: 🛠️ Setup PHP
60-
uses: shivammathur/setup-php@2.30.4
60+
uses: shivammathur/setup-php@2.32.0
6161
with:
6262
php-version: ${{ matrix.php-version }}
6363
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, pdo_pgsql

Diff for: .github/workflows/testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/[email protected]
3232

3333
- name: 🛠️ Setup PHP
34-
uses: shivammathur/setup-php@2.30.4
34+
uses: shivammathur/setup-php@2.32.0
3535
with:
3636
php-version: ${{ matrix.php-version }}
3737
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, pdo_sqlite
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/[email protected]
9696

9797
- name: 🛠️ Setup PHP
98-
uses: shivammathur/setup-php@2.30.4
98+
uses: shivammathur/setup-php@2.32.0
9999
with:
100100
php-version: ${{ matrix.php-version }}
101101
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, pdo_sqlite
@@ -156,7 +156,7 @@ jobs:
156156
uses: actions/[email protected]
157157

158158
- name: 🛠️ Setup PHP
159-
uses: shivammathur/setup-php@2.30.4
159+
uses: shivammathur/setup-php@2.32.0
160160
with:
161161
php-version: ${{ matrix.php-version }}
162162
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, pdo_sqlite

0 commit comments

Comments
 (0)