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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integer Range Issue #161

Closed
voku opened this issue Mar 13, 2022 · 3 comments
Closed

Integer Range Issue #161

voku opened this issue Mar 13, 2022 · 3 comments

Comments

@voku
Copy link
Contributor

voku commented Mar 13, 2022

e.g. int<0,1> isn't working currently 馃槙

Fix: #153

@jaapio
Copy link
Member

jaapio commented Mar 15, 2022

I merged your PR, but we do have a failing test version right now. I need to check why PHPUnit is failing on PHP 7.2. before I can create a new release.

@villfa
Copy link

villfa commented Mar 18, 2022

The problem came from PHPUnit.
There was a regression in 8.5.24, but it has been fixed in 8.5.25: sebastianbergmann/phpunit#4934

So if you rerun the tests it should be ok now.

@jaapio
Copy link
Member

jaapio commented Mar 29, 2022

Release is created

@jaapio jaapio closed this as completed Mar 29, 2022
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

No branches or pull requests

3 participants