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

Drop PHP 7.2 support and update phpunit #966

Merged
merged 5 commits into from
Jul 7, 2022

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    5c4ae8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1af65 View commit details
    Browse the repository at this point in the history
  3. Allow kylekatarnls/update-helper to fix CI

    Error:
    Error: kylekatarnls/update-helper contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe.
    You can run "composer config --no-plugins allow-plugins.kylekatarnls/update-helper [true|false]" to enable it (true) or disable it explicitly and suppress this exception (false)
    See https://getcomposer.org/allow-plugins
    In PluginManager.php line 762:
      kylekatarnls/update-helper contains a Composer plugin which is blocked by y
      our allow-plugins config. You may add it to the list if you consider it saf
      e.
      You can run "composer config --no-plugins allow-plugins.kylekatarnls/update
      -helper [true|false]" to enable it (true) or disable it explicitly and supp
      ress this exception (false)
      See https://getcomposer.org/allow-plugins
    alies-dev committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    b7d74d3 View commit details
    Browse the repository at this point in the history
  4. Skip failing matrix element

    PHPUnit 9.0.0 by Sebastian Bergmann and contributors.
    Runtime:       PHP 8.0.20
    Configuration: /home/runner/work/telegram-bot-sdk/telegram-bot-sdk/phpunit.xml.dist
      Warning - The configuration file did not pass validation!
      The following problems have been detected:
      Line 14:
      - Element 'coverage': This element is not expected.
      Test results may not be as expected.
    PHP Fatal error:  Type declaration 'mixed' must be unqualified in /home/runner/work/telegram-bot-sdk/telegram-bot-sdk/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCreator.php(49) : eval()'d code on line 323
    ......................................................
    Error: Process completed with exit code 255.
    alies-dev committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2054bbf View commit details
    Browse the repository at this point in the history
  5. Update phpunit version

    alies-dev committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f6c8612 View commit details
    Browse the repository at this point in the history