Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Actually run tests on different PHP versions #141

Merged
merged 12 commits into from
Mar 29, 2023
Merged

Actually run tests on different PHP versions #141

merged 12 commits into from
Mar 29, 2023

Conversation

cebe
Copy link
Owner

@cebe cebe commented Mar 28, 2023

Currently the php_version variable does not have any effect on the PHP version inside the docker container. This PR changes that.

  • Drop Support for PHP 7.1
  • Upgrade to Xdebug 3
  • Upgrade PHPUnit to 8.x

@cebe cebe force-pushed the test-php-versions branch from 78530d1 to 779ff6d Compare March 28, 2023 08:53
@cebe cebe force-pushed the test-php-versions branch from 3f3994b to 14548ab Compare March 29, 2023 06:14
@SOHELAHMED7
Copy link
Contributor

SOHELAHMED7 commented Mar 29, 2023

@cebe

3 tests fails on https://github.com/cebe/yii2-openapi/actions/runs/4550862050/jobs/8024293675

I have fixed one of it.

You can cherry pick 5a10635 which contains fix.

@cebe
Copy link
Owner Author

cebe commented Mar 29, 2023

Since PHP 7 tests are green now, I'd like to merge this now and make PHP 8 fixes in separate PRs or fix them in the branch you are working on.

Too many cherry-picks could cause merge conflicts.

@cebe cebe merged commit 6f95b3e into master Mar 29, 2023
@cebe cebe deleted the test-php-versions branch March 29, 2023 10:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants