Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed May 8, 2024
1 parent e6b9f43 commit 6c6ac78
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
run: composer self-update --1; composer install

- name: PHPUnit tests
uses: php-actions/phpunit@v2
with:
memory_limit: 256M
run: vendor/bin/phpunit

moderate:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
Expand Down Expand Up @@ -58,10 +56,7 @@ jobs:
run: composer require --dev "phpunit/phpunit:>=4"

- name: PHPUnit tests
uses: php-actions/phpunit@v2
timeout-minutes: 30
with:
memory_limit: 256M
run: vendor/bin/phpunit

modern:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
Expand Down Expand Up @@ -90,10 +85,7 @@ jobs:
run: composer require --dev "phpunit/phpunit:>=4"

- name: PHPUnit tests
uses: php-actions/phpunit@v2
timeout-minutes: 30
with:
memory_limit: 256M
run: vendor/bin/phpunit

- name: Install Psalm
run: composer require --dev vimeo/psalm:^4
Expand Down

0 comments on commit 6c6ac78

Please sign in to comment.