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

GH Actions: ensure zend assertions is enabled #113

Merged

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Aug 15, 2021

Similar to the change made in commit 2657911 , zend.assertions is set to -1 by default, so needs to be turned on by setting it to 1 for the tests to work.

This fixes the two errors previously identified in #112, but exposes another test which really does fail and that failure can be reproduced locally. Update: looks like that failure has been fixed in the mean time.

Ref: shivammathur/setup-php#450

Fixes #112

Similar to the change made in commit antecedent@2657911 , `zend.assertions` is set to `-1` by default, so needs to be turned on by setting it to `1` for the tests to work.

Ref: shivammathur/setup-php#450
@antecedent antecedent merged commit 0158dbd into antecedent:master Aug 15, 2021
@jrfnl jrfnl deleted the feature/ghactions-enable-zend-assertions branch August 15, 2021 16:41
@jrfnl jrfnl added this to the 2.1.13 milestone Dec 25, 2021
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.

Two test cases seem to fail environment-dependently for no discernible reason
2 participants