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 43ca4f7 commit 022a9b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

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

- name: Validate composer.json and composer.lock
run: composer validate
Expand All @@ -23,6 +21,7 @@ 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 022a9b0

Please sign in to comment.