Skip to content

Commit

Permalink
#124 change ci php version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Aug 12, 2022
1 parent 21ac62f commit f5a7f42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: "5.6"

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

Expand All @@ -22,7 +27,6 @@ jobs:
uses: actions/cache@v2
with:
path: vendor
php-version: '5.6'
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
Expand Down

0 comments on commit f5a7f42

Please sign in to comment.