Skip to content

Commit 8115095

Browse files
Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (#254)
1 parent b8dbe9c commit 8115095

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2727

2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
29+
uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f # v2.25.5
3030
with:
3131
php-version: '8.1'
3232

@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
4949

5050
- name: Setup PHP
51-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
51+
uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f # v2.25.5
5252
with:
5353
php-version: '8.1'
5454
tools: cs2pr
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
6969

7070
- name: Setup PHP environment
71-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
71+
uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f # v2.25.5
7272
with:
7373
php-version: '8.1'
7474

@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
8888

8989
- name: Setup PHP
90-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
90+
uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f # v2.25.5
9191
with:
9292
php-version: '8.1'
9393

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3333

3434
- name: Setup PHP
35-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
35+
uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f # v2.25.5
3636
with:
3737
php-version: '8.1'
3838
extensions: mbstring

0 commit comments

Comments
 (0)