Skip to content

Commit 43ffe8f

Browse files
authored
Merge pull request #25 from ahnv/patch-1
Set Version for PHP in Workflow
2 parents 2455747 + a0ab1e0 commit 43ffe8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11+
- name: Setup PHP
12+
uses: shivammathur/setup-php@v2
1113
with:
12-
php_version: 7.4
14+
php-version: '7.4'
1315

1416
- name: Validate composer.json and composer.lock
1517
run: composer validate

0 commit comments

Comments
 (0)