Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update XML dist files #607

Closed
wants to merge 1 commit into from
Closed

Update XML dist files #607

wants to merge 1 commit into from

Conversation

brunoocasali
Copy link
Member

@brunoocasali brunoocasali commented Jan 10, 2024

It has been a while since I don't touch the PHP repo, and I had to run composer update which raised a warning about having outdated XML files.

I don't think this PR is warmful because I guess it is related to a new PHPUnit version.

And here we are!

<env name="MEILISEARCH_URL" value="http://localhost:7700"/>
<env name="MEILISEARCH_API_KEY" value="masterKey"/>
</php>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" stopOnFailure="false" cacheResult="false" colors="true" cacheDirectory=".phpunit.cache">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe reference local schema that is shipped with phpunit,so you can open it in IDE?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, probably schemas are different on 9.5/10 so two of them should be shipped and selected which to run on which version, but you should check,maybe I'm wrong

Base automatically changed from bump-meilisearch-v1.6.0 to main January 15, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants