Skip to content

Commit 16b1c88

Browse files
chore(deps): update shivammathur/setup-php action to v2.31.0
1 parent 141ffaf commit 16b1c88

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, fileinfo, curl
@@ -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, fileinfo, curl

.github/workflows/dependency-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v4.1.7
4545

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

.github/workflows/refactoring.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4.1.7
3535

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

.github/workflows/security-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4.1.7
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, fileinfo, curl

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v4.1.7
4848

4949
- name: 🛠️ Setup PHP
50-
uses: shivammathur/setup-php@2.30.5
50+
uses: shivammathur/setup-php@2.31.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
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/checkout@v4.1.7
9999

100100
- name: 🛠️ Setup PHP
101-
uses: shivammathur/setup-php@2.30.5
101+
uses: shivammathur/setup-php@2.31.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

.github/workflows/testing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4.1.7
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, fileinfo
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/checkout@v4.1.7
9595

9696
- name: 🛠️ Setup PHP
97-
uses: shivammathur/setup-php@2.30.5
97+
uses: shivammathur/setup-php@2.31.0
9898
with:
9999
php-version: ${{ matrix.php-version }}
100100
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/checkout@v4.1.7
152152

153153
- name: 🛠️ Setup PHP
154-
uses: shivammathur/setup-php@2.30.5
154+
uses: shivammathur/setup-php@2.31.0
155155
with:
156156
php-version: ${{ matrix.php-version }}
157157
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo
@@ -208,7 +208,7 @@ jobs:
208208
uses: actions/checkout@v4.1.7
209209

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

0 commit comments

Comments
 (0)