Skip to content

Commit

Permalink
Merge pull request #25 from ahnv/patch-1
Browse files Browse the repository at this point in the history
Set Version for PHP in Workflow
imagekitio authored Jan 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2455747 + a0ab1e0 commit 43ffe8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -8,8 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php_version: 7.4
php-version: '7.4'

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

0 comments on commit 43ffe8f

Please sign in to comment.