Skip to content

Commit

Permalink
#124 change ci phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Aug 12, 2022
1 parent 52c2a65 commit 1b53fe8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2

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

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

Expand All @@ -30,6 +23,7 @@ jobs:
with:
path: vendor
version: 1
php_version: "5.6"
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
Expand Down

0 comments on commit 1b53fe8

Please sign in to comment.