Skip to content

Commit 46f69d0

Browse files
committed
Use explicit PHP version
1 parent b7fec66 commit 46f69d0

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818

1919
- uses: actions/checkout@v4
2020

21+
- name: Setup PHP
22+
uses: shivammathur/setup-php@v2
23+
with:
24+
php-version: '8.2'
25+
coverage: none
26+
tools: composer
27+
2128
- name: Validate composer.json and composer.lock
2229
run: composer validate
2330

.github/workflows/svn-deploy-plugin-on-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17+
- name: Setup PHP
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: '8.2'
21+
coverage: none
22+
tools: composer
23+
1724
- name: Set Package Name
1825
id: package
1926
env:

.github/workflows/upload-artifact-on-push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17+
- name: Setup PHP
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: '8.2'
21+
coverage: none
22+
tools: composer
23+
1724
- name: Set Package Name
1825
id: package
1926
env:

.github/workflows/upload-asset-on-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18+
- name: Setup PHP
19+
uses: shivammathur/setup-php@v2
20+
with:
21+
php-version: '8.2'
22+
coverage: none
23+
tools: composer
24+
1825
- name: Set Package Name
1926
id: package
2027
env:

0 commit comments

Comments
 (0)