Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Dec 10, 2024
1 parent f225d51 commit 73f6624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ 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 73f6624

Please sign in to comment.