Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Dec 11, 2024
1 parent 91866f6 commit 21fac3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- name: Install dependencies
run: |
COMPOSER_MEMORY_LIMIT=-1 composer require "illuminate/database:${{ matrix.laravel }}" --no-update
[[ "${{ matrix.laravel }}" == "11.*" ]] && COMPOSER_MEMORY_LIMIT=-1 composer require "laravel/serializable-closure" --no-update
composer update --prefer-dist --no-interaction
# Run the unit tests and generate the code coverage file.
Expand Down

0 comments on commit 21fac3c

Please sign in to comment.