close
Skip to content

Display PHP version names in unit test workflow.#133

Merged
jeffpaul merged 2 commits into
developfrom
feature/132-workflow-maintenance
Mar 7, 2023
Merged

Display PHP version names in unit test workflow.#133
jeffpaul merged 2 commits into
developfrom
feature/132-workflow-maintenance

Conversation

@peterwilsoncc

@peterwilsoncc peterwilsoncc commented Mar 7, 2023

Copy link
Copy Markdown
Contributor

Description of the Change

Corrects the reference in the name section of the unit tests to differentiate between PHP versions.

Restores the PHP Unit tests for PHP 8.0 as they are listed as required in the repos config.

Closes #132

How to test the Change

  • Go to checks tab of this pull request
  • Expand the Unit Tests section
  • The list should show two runs: PHP 7.4, PHP 8.0 and PHP 8.1 (on develop these both show as phpunit).

Changelog Entry

Fixed - Corrected names for PHP Unit test suite runs.

Credits

Props @peterwilsoncc, @jeffpaul.

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@peterwilsoncc peterwilsoncc requested review from a team and iamdharmesh and removed request for a team March 7, 2023 03:04
@peterwilsoncc peterwilsoncc marked this pull request as ready for review March 7, 2023 03:04
@peterwilsoncc peterwilsoncc requested a review from jeffpaul as a code owner March 7, 2023 03:04
@peterwilsoncc peterwilsoncc self-assigned this Mar 7, 2023

@jeffpaul jeffpaul left a comment

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.

Yep, I see "phpunit" for all runs prior and the run on this PR shows the correct PHP version for each, nice update Peter!

@jeffpaul jeffpaul added this to the 1.5.0 milestone Mar 7, 2023
@jeffpaul jeffpaul merged commit 26f5de5 into develop Mar 7, 2023
@jeffpaul jeffpaul deleted the feature/132-workflow-maintenance branch March 7, 2023 03:23
@dkotter dkotter modified the milestones: 1.5.0, 1.4.3 Jun 16, 2023
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.

Improve naming of PHP Unit tests to include version info

3 participants