Skip to content

Commit

Permalink
runner action change
Browse files Browse the repository at this point in the history
  • Loading branch information
vrkansagara committed Dec 11, 2024
1 parent 38d43e2 commit 06af8c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Know Me !
run: lsb_release -a && uname -a && echo $(pwd) && php -v && php -m

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

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
Expand All @@ -39,6 +36,9 @@ jobs:
restore-keys: |
${{ runner.os }}-php-
- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: Install dependencies
run: composer install --prefer-dist --no-progress --ignore-platform-req=php

Expand Down

0 comments on commit 06af8c7

Please sign in to comment.