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

EWPP-1846: Upgrade task-runner to PHP 8. #160

Merged
merged 9 commits into from
Jan 17, 2022
Merged

EWPP-1846: Upgrade task-runner to PHP 8. #160

merged 9 commits into from
Jan 17, 2022

Conversation

yenyasinn
Copy link
Contributor

No description provided.

@yenyasinn yenyasinn force-pushed the EWPP-1846 branch 4 times, most recently from aded244 to f329617 Compare January 6, 2022 10:27
@hernani hernani force-pushed the EWPP-1846 branch 2 times, most recently from a932bac to c9a5c09 Compare January 6, 2022 17:19
@@ -29,7 +29,7 @@ abstract class AbstractTaskTest extends AbstractTest implements ContainerAwareIn
/**
* Setup hook.
*/
public function setup()
public function setUp(): void
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
public function setUp(): void
protected function setUp(): void

image: fpfis/httpd-php-dev:7.3
image: fpfis/httpd-php-dev:8.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we using the fpfis/httpd-php image? Task Runner is only dealing with PHP on CLI level, it doesn't need a webserver (Apache, Nginx, etc). Using an image such as php:8.0-cli would allow us to be more generic and not coupled to EC. Remember, Task Runner is supposed to be an opensource tool.

Also, this would allow to test also with PHP 8.1 as FPFIS image for 8.1 is not yet out.

@hernani hernani force-pushed the EWPP-1846 branch 2 times, most recently from 24c14bd to 809a93b Compare January 17, 2022 09:26
hernani
hernani previously approved these changes Jan 17, 2022
brummbar
brummbar previously approved these changes Jan 17, 2022
@hernani hernani changed the base branch from master to 2.x January 17, 2022 15:39
@hernani hernani dismissed stale reviews from brummbar, claudiu-cristea, and themself January 17, 2022 15:39

The base branch was changed.

@hernani hernani merged commit 3c84ffa into 2.x Jan 17, 2022
@hernani hernani deleted the EWPP-1846 branch January 17, 2022 16:21
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.

4 participants