-
Notifications
You must be signed in to change notification settings - Fork 7
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
Test enhancement #25
Test enhancement #25
Conversation
Issue #26 is related, the tests don't pass using PHP 7.4. |
But the Travis CI has been passed on this PR. |
@@ -2,7 +2,7 @@ language: php | |||
php: | |||
- 7.2 | |||
- 7.3 | |||
- 7.4snapshot | |||
- 7.4 | |||
- nightly | |||
matrix: | |||
include: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to build as in other PHP versions, I think php 7.4 with lowest and highest dependencies should be added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you provide your suggested code snippets to resolve this issue you mention?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Append to build matrix
- php: 7.4
env: dependencies=lowest
- php: 7.4
env: dependencies=highest
8c7ec5b
to
c9a2d00
Compare
</xsl:stylesheet> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify files for issue #26.
@@ -1,6 +1,6 @@ | |||
<xsl:stylesheet version="2.0" xmlns:xsl="https://www.w3.org/1999/XSL/Transform"> | |||
|
|||
<xsl:template> | |||
<xsl:template name="foo"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify files for issue #26.
@@ -1,6 +1,6 @@ | |||
<xsl:stylesheet version="3.0" xmlns:xsl="https://www.w3.org/1999/XSL/Transform"> | |||
|
|||
<xsl:template> | |||
<xsl:template name="foo"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify files for issue #26.
Just found that your PR is based on |
c9a2d00
to
d8d484b
Compare
Hi @eclipxe13, thanks for your reply. I've rebased a2a1500 and let php-7.4 have lowest/highest dependencies environment variable during Travis CI build. |
sweet! now lets wait for maintainer to check our pull requests |
Fantastic work! |
Changed log
php-7.4
version is available on Travis CI build.php-7.4
version fromallow_failures
setting o Travis CI build.setUp
andtearDown
methods areprotected
.