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 f18f288 commit 55605cf
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
path: vendor
version: 1
php_version: "5.6"
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
php-version: '5.6'
extensions: mbstring, xml
tools: php-cs-fixer, phpunit, composer

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

0 comments on commit 55605cf

Please sign in to comment.