From 74a039fbc50161269e2df877dec38fe94ceeeb66 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Fri, 19 Apr 2024 19:37:43 -0400 Subject: [PATCH] Fix CI config --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e33e54..2c00366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 }} @@ -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