Skip to content

Enable PHP 7.3 tests and functional for PHP 7.2#772

Closed
snapshotpl wants to merge 4 commits into
php-enqueue:masterfrom
snapshotpl:php73
Closed

Enable PHP 7.3 tests and functional for PHP 7.2#772
snapshotpl wants to merge 4 commits into
php-enqueue:masterfrom
snapshotpl:php73

Conversation

@snapshotpl

Copy link
Copy Markdown
Contributor

No description provided.

@snapshotpl

Copy link
Copy Markdown
Contributor Author

Finally works!

@snapshotpl

Copy link
Copy Markdown
Contributor Author

@makasim #845 you have duplicate my work ;(

@makasim

makasim commented May 15, 2019

Copy link
Copy Markdown
Member

Sorry about that. I did not realize that.

Comment thread .travis.yml
services: docker
sudo: required
env: SYMFONY_VERSION=3.4.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
env: SYMFONY_VERSION=^3.4 FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The version should be x.y.* format to ensure that only that version is allowed. Composer could install anew newer version for ^3.4 constraint.

Comment thread .travis.yml
sudo: required
services: docker
env: SYMFONY_VERSION=^4.0 FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
- php: 7.3

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Php version does not matter for functional tests because they are run in the container which has php 7.1 inside it.

@makasim

makasim commented May 15, 2019

Copy link
Copy Markdown
Member

done in #845

@makasim makasim closed this May 15, 2019
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