Skip to content

Commit bbccf11

Browse files
chore(deps): update shivammathur/setup-php action to v2.36.0
1 parent dc714a7 commit bbccf11

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/build-phar-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: 🛠️ Setup PHP
31-
uses: shivammathur/setup-php@2.33.0
31+
uses: shivammathur/setup-php@2.36.0
3232
with:
3333
php-version: ${{ matrix.php-version }}
3434
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, intl, bcmath, iconv

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
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.33.0
88+
uses: shivammathur/setup-php@2.36.0
8989
with:
9090
php-version: ${{ matrix.php-version }}
9191
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl, iconv, intl, bcmath
@@ -150,7 +150,7 @@ jobs:
150150
git config --global core.eol lf
151151
152152
- name: 🛠️ Setup PHP
153-
uses: shivammathur/setup-php@2.33.0
153+
uses: shivammathur/setup-php@2.36.0
154154
with:
155155
php-version: ${{ matrix.php-version }}
156156
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl, iconv, intl, bcmath

.github/workflows/dependency-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/[email protected]
4545

4646
- name: 🛠️ Setup PHP
47-
uses: shivammathur/setup-php@2.33.0
47+
uses: shivammathur/setup-php@2.36.0
4848
with:
4949
php-version: ${{ matrix.php-version }}
5050
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, intl, bcmath

.github/workflows/refactoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/[email protected]
3535

3636
- name: 🛠️ Setup PHP
37-
uses: shivammathur/setup-php@2.33.0
37+
uses: shivammathur/setup-php@2.36.0
3838
with:
3939
php-version: ${{ matrix.php-version }}
4040
extensions: mbstring, pdo, pdo_sqlite, fileinfo, intl, bcmath

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
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.33.0
34+
uses: shivammathur/setup-php@2.36.0
3535
with:
3636
php-version: ${{ matrix.php-version }}
3737
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl, iconv, intl, bcmath

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/[email protected]
4848

4949
- name: 🛠️ Setup PHP
50-
uses: shivammathur/setup-php@2.33.0
50+
uses: shivammathur/setup-php@2.36.0
5151
with:
5252
php-version: ${{ matrix.php-version }}
5353
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix, iconv, intl, bcmath
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/[email protected]
9999

100100
- name: 🛠️ Setup PHP
101-
uses: shivammathur/setup-php@2.33.0
101+
uses: shivammathur/setup-php@2.36.0
102102
with:
103103
php-version: ${{ matrix.php-version }}
104104
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix, pdo, iconv, intl, bcmath

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
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.33.0
34+
uses: shivammathur/setup-php@2.36.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, fileinfo, iconv, intl, bcmath
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/[email protected]
9696

9797
- name: 🛠️ Setup PHP
98-
uses: shivammathur/setup-php@2.33.0
98+
uses: shivammathur/setup-php@2.36.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, fileinfo, iconv, intl, bcmath
@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/[email protected]
153153

154154
- name: 🛠️ Setup PHP
155-
uses: shivammathur/setup-php@2.33.0
155+
uses: shivammathur/setup-php@2.36.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, fileinfo, iconv, intl, bcmath
@@ -209,7 +209,7 @@ jobs:
209209
uses: actions/[email protected]
210210

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

0 commit comments

Comments
 (0)