Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from reactphp-inspector/dependabot/composer/wyr…
Browse files Browse the repository at this point in the history
…ihaximus/async-test-utilities-2.1.0

Bump wyrihaximus/async-test-utilities from 2.0.0 to 2.1.0
  • Loading branch information
WyriHaximus committed Apr 10, 2020
2 parents a4f6c54 + c0e7e06 commit 713583f
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 308 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -19,13 +19,13 @@ jobs:
path: ./vendor/
key: ${{ matrix.composer }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
- name: Install Dependencies
run: composer update --prefer-lowest --no-progress --ansi --no-interaction --prefer-dist
run: composer update --prefer-lowest --no-progress --ansi --no-interaction --prefer-dist -o
if: matrix.composer == 'lowest'
- name: Install Dependencies
run: composer install --ansi --no-progress --no-interaction --prefer-dist
run: composer install --ansi --no-progress --no-interaction --prefer-dist -o
if: matrix.composer == 'current'
- name: Install Dependencies
run: composer update --ansi --no-progress --no-interaction --prefer-dist
run: composer update --ansi --no-progress --no-interaction --prefer-dist -o
if: matrix.composer == 'highest'
qa:
strategy:
Expand All @@ -44,4 +44,13 @@ jobs:
with:
path: ./vendor/
key: ${{ matrix.composer }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
- name: Install Dependencies
run: (test -f vendor && true ) || composer update --prefer-lowest --no-progress --ansi --no-interaction --prefer-dist -o
if: matrix.composer == 'lowest'
- name: Install Dependencies
run: (test -f vendor && true ) || composer install --ansi --no-progress --no-interaction --prefer-dist -o
if: matrix.composer == 'current'
- name: Install Dependencies
run: (test -f vendor && true ) || composer update --ansi --no-progress --no-interaction --prefer-dist -o
if: matrix.composer == 'highest'
- run: make ${{ matrix.qa }}
3 changes: 3 additions & 0 deletions .scrutinizer.yml
Expand Up @@ -4,6 +4,9 @@ filter:
build:
nodes:
analysis:
environment:
php:
version: 7.4
tests:
override:
- php-scrutinizer-run --enable-security-analysis

0 comments on commit 713583f

Please sign in to comment.