Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubTesarek committed Aug 19, 2020
1 parent 8e466d7 commit 7af15d9
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
Expand Up @@ -13,6 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: nanasess/setup-php@master
with:
php-version: '7.1'

- name: Validate composer.json and composer.lock
run: composer validate
Expand All @@ -21,7 +24,6 @@ jobs:
id: composer-cache
uses: actions/cache@v2
with:
php-version: '7.1'
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
Expand Down

0 comments on commit 7af15d9

Please sign in to comment.