Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 19, 2024
1 parent c011e3c commit 74a039f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:

- name: PHPUnit tests
run: vendor/bin/phpunit
with:
memory_limit: 256M

moderate:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
Expand Down Expand Up @@ -62,9 +60,6 @@ jobs:

- name: PHPUnit tests
run: vendor/bin/phpunit
timeout-minutes: 30
with:
memory_limit: 256M

modern:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
Expand Down Expand Up @@ -94,9 +89,6 @@ jobs:

- name: PHPUnit tests
run: vendor/bin/phpunit
timeout-minutes: 30
with:
memory_limit: 256M

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

0 comments on commit 74a039f

Please sign in to comment.