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

PHP 8 migration #34

Merged
merged 2 commits into from
Oct 5, 2022
Merged

PHP 8 migration #34

merged 2 commits into from
Oct 5, 2022

Conversation

shpran
Copy link
Contributor

@shpran shpran commented Oct 4, 2022

ADF-1097
ADF-1087
ADF-1105

Goal

Make the extension not dictating PHP version to easier our PHP maintenance, since the extension does not work in isolation and PHP version should be equally respected to all TAO extensions.

uses: oat-sa/tao-extension-ci-action@v1
with:
php: ${{ matrix.php-version }}
coverage: ${{ matrix.coverage }}

Choose a reason for hiding this comment

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

Please fix CI by adding test suit path as here https://github.com/oat-sa/tao-extension-ci-action

@github-actions
Copy link

github-actions bot commented Oct 5, 2022

Version

Target Version 3.1.2
Last version 3.1.1

There are 0 BREAKING CHANGE, 0 feature, 0 fix

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (develop@1518865). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             develop     #34   +/-   ##
=========================================
  Coverage           ?   3.10%           
  Complexity         ?     117           
=========================================
  Files              ?       7           
  Lines              ?     354           
  Branches           ?       0           
=========================================
  Hits               ?      11           
  Misses             ?     343           
  Partials           ?       0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@shpran shpran merged commit 6f1a2ec into develop Oct 5, 2022
@shpran shpran deleted the php8-migration branch October 5, 2022 11:28
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.

None yet

3 participants