diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ac5397..db97ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,8 @@ jobs: - name: Install dependencies run: composer install --no-interaction + env: + COMPOSER_MEMORY_LIMIT: -1 - name: Run tests run: composer test @@ -168,6 +170,8 @@ jobs: - name: Install dependencies run: composer install --no-interaction + env: + COMPOSER_MEMORY_LIMIT: -1 - name: Run tests run: composer test diff --git a/doc/img/the-admin-credentials.png b/doc/img/the-admin-credentials.png index 0f454c4..2d47b26 100644 Binary files a/doc/img/the-admin-credentials.png and b/doc/img/the-admin-credentials.png differ