• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PHPOffice / PHPPresentation / 33409022796
94%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2026 03:36PM UTC
Jobs 1
Files 141
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Aug 2026 03:32PM UTC coverage: 93.885%. Remained the same
33409022796

push

github

web-flow
CI : Keep PHPStan off 2.2.11, which cannot start on PHP 7.4 (#953)

PHPStan 2.2.11 declares `php: ^7.4|^8.0` and its Turbo process restarter calls `str_contains()`,
which arrived in PHP 8.0. On the 7.4 runner the phar dies before it analyses anything:

    PHP Fatal error: Uncaught Error: Call to undefined function str_contains() in
    phar://.../phpstan.phar/src/Turbo/TurboExtensionSelector.php:113

`composer.lock` is not committed, so every job resolves the newest release and every pull request
opened since 2.2.11 went out fails `PHP Static Analysis (7.4)` for a reason that has nothing to do
with the branch. The constraint stays `^2.2` and excludes the one release, so 2.2.10 is taken today
and whatever fixes this is taken tomorrow.

Reported upstream as phpstan/phpstan#15137. Drop the exclusion once it is released fixed.

10762 of 11463 relevant lines covered (93.88%)

65.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33409022796.1 31 Aug 2026 03:35PM UTC 141
93.88
GitHub Action Run
Source Files on build 33409022796
  • Tree
  • List 141
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 97a9a809 on github
  • Prev Build on master (#33378191692)
  • Next Build on master (#33425135357)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc