Skip to content

Commit 6b1f28f

Browse files
authored
Merge pull request #18 from magento-trigger/test
Fix github workflow to use correct php version
2 parents 916d4de + 39cabb3 commit 6b1f28f

File tree

3 files changed

+340
-179
lines changed

3 files changed

+340
-179
lines changed

.github/workflows/php.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17+
- name: Update PHP
18+
run: sudo update-alternatives --set php /usr/bin/php7.2
19+
1720
- name: Validate composer
1821
run: composer validate
1922

0 commit comments

Comments
 (0)