Skip to content

Commit 746754b

Browse files
authored
Upgrade setup-php action from v4 to v3
1 parent a1110d8 commit 746754b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/advanced-security.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [opened, synchronize, reopened]
88

99
env:
10-
PHP_VERSION: '8.0' # Adjust if you prefer 8.2 or 8.3
10+
PHP_VERSION: '8.0' # Change to 8.2/8.3 if needed
1111

1212
jobs:
1313
prepare:
@@ -19,8 +19,8 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121

22-
- name: Set up PHP
23-
uses: shivammathur/setup-php@v4
22+
- name: Setup PHP
23+
uses: shivammathur/setup-php@v3
2424
with:
2525
php-version: ${{ env.PHP_VERSION }}
2626
extensions: mbstring, intl, pdo, pdo_mysql, ftp
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848

4949
- name: Setup PHP
50-
uses: shivammathur/setup-php@v4
50+
uses: shivammathur/setup-php@v3
5151
with:
5252
php-version: ${{ env.PHP_VERSION }}
5353

@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@v4
9999

100100
- name: Setup PHP
101-
uses: shivammathur/setup-php@v4
101+
uses: shivammathur/setup-php@v3
102102
with:
103103
php-version: ${{ env.PHP_VERSION }}
104104

0 commit comments

Comments
 (0)