Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filisko committed Sep 15, 2022
1 parent eff6587 commit 8611e88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
# - name: use LTS version of composer
# run: composer self-update --2.2
- name: use LTS version of composer
run: composer self-update --2.2
- name: validate composer.json and composer.lock
run: composer validate --strict
- name: prepare test environment
run: |
composer install
composer upgrade
- name: execute unit tests
run: composer run-script test
# - name: upload coverage
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8611e88

Please sign in to comment.