Skip to content

Commit

Permalink
Attempt to satisfy lock file issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jan 17, 2022
1 parent a0d0536 commit 317718f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
tools: psalm, phpunit:${{ matrix.phpunit-versions }}

- name: Install dependencies
run: composer self-update --1; composer install; composer require vimeo/psalm
run: composer self-update --1; composer require vimeo/psalm; composer install

- name: PHPUnit tests
uses: php-actions/phpunit@v2
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
tools: psalm, phpunit:${{ matrix.phpunit-versions }}

- name: Install dependencies
run: composer install
run: composer require vimeo/psalm; composer install

- name: Modernize dependencies
run: composer require --dev "phpunit/phpunit:>=4"; composer require vimeo/psalm
run: composer require --dev "phpunit/phpunit:>=4"

- name: PHPUnit tests
uses: php-actions/phpunit@v2
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
tools: psalm, phpunit:${{ matrix.phpunit-versions }}

- name: Install dependencies
run: composer install; composer require vimeo/psalm
run: composer require vimeo/psalm; composer install
- name: PHPUnit tests
uses: php-actions/phpunit@v2
timeout-minutes: 30
Expand Down

0 comments on commit 317718f

Please sign in to comment.