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 289addf commit 52c2a65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
php_version: "5.6"
version: 1

- uses: php-actions/phpunit@v3
with:
version: "5.7"

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

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

0 comments on commit 52c2a65

Please sign in to comment.