Skip to content

Commit a096129

Browse files
deps(deps): update shivammathur/setup-php action to v2.31.0
1 parent 8c7d77b commit a096129

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/coding-standards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
contents: write
8686
steps:
8787
- name: 🛠️ Setup PHP
88-
uses: shivammathur/setup-php@2.30.5
88+
uses: shivammathur/setup-php@2.31.0
8989
with:
9090
php-version: ${{ matrix.php-version }}
9191
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar
@@ -150,7 +150,7 @@ jobs:
150150
git config --global core.eol lf
151151
152152
- name: 🛠️ Setup PHP
153-
uses: shivammathur/setup-php@2.30.5
153+
uses: shivammathur/setup-php@2.31.0
154154
with:
155155
php-version: ${{ matrix.php-version }}
156156
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter

.github/workflows/dependency-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/[email protected]
4343

4444
- name: 🛠️ Setup PHP
45-
uses: shivammathur/setup-php@2.30.5
45+
uses: shivammathur/setup-php@2.31.0
4646
with:
4747
php-version: ${{ matrix.php-version }}
4848
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets

.github/workflows/refactoring.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434

3535
- name: 🛠️ Setup PHP
36-
uses: shivammathur/setup-php@2.30.5
36+
uses: shivammathur/setup-php@2.31.0
3737
with:
3838
php-version: ${{ matrix.php-version }}
3939
extensions: mbstring

.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.5
34+
uses: shivammathur/setup-php@2.31.0
3535
with:
3636
php-version: ${{ matrix.php-version }}
3737
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/[email protected]
4646

4747
- name: 🛠️ Setup PHP
48-
uses: shivammathur/setup-php@2.30.5
48+
uses: shivammathur/setup-php@2.31.0
4949
with:
5050
php-version: ${{ matrix.php-version }}
5151
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/[email protected]
9797

9898
- name: 🛠️ Setup PHP
99-
uses: shivammathur/setup-php@2.30.5
99+
uses: shivammathur/setup-php@2.31.0
100100
with:
101101
php-version: ${{ matrix.php-version }}
102102
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix

.github/workflows/testing.yml

+4-4
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.5
34+
uses: shivammathur/setup-php@2.31.0
3535
with:
3636
php-version: ${{ matrix.php-version }}
3737
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/[email protected]
9696

9797
- name: 🛠️ Setup PHP
98-
uses: shivammathur/setup-php@2.30.5
98+
uses: shivammathur/setup-php@2.31.0
9999
with:
100100
php-version: ${{ matrix.php-version }}
101101
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix
@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/[email protected]
153153

154154
- name: 🛠️ Setup PHP
155-
uses: shivammathur/setup-php@2.30.5
155+
uses: shivammathur/setup-php@2.31.0
156156
with:
157157
php-version: ${{ matrix.php-version }}
158158
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix
@@ -209,7 +209,7 @@ jobs:
209209
uses: actions/[email protected]
210210

211211
- name: 🛠️ Setup PHP
212-
uses: shivammathur/setup-php@2.30.5
212+
uses: shivammathur/setup-php@2.31.0
213213
with:
214214
php-version: ${{ matrix.php-version }}
215215
extensions: mbstring, pdo, pdo_sqlite

0 commit comments

Comments
 (0)