Skip to content

Releases: php-coveralls/php-coveralls

v2.9.1

18 Dec 13:10
v2.9.1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

06 Nov 10:43
v2.9.0

Choose a tag to compare

Maintenance release

What's Changed

Add support

  • Add support for Symfony 8 (#391)
  • Add support for PHP 8.4 (#392)
  • Add support for psr/log:^3 (#402)

Drop support

  • Drop support for PHP 7.0-7.3 (#393)
  • Drop support for legacy Symfomny 2-3-4 (#397)

Docs

  • docs: update Parallel Build Webhook URL (#374)
  • docs: update phpunit.xml.dist examples for coverage, to match modern PHPUnit versions (#401)

Miscellaneous

  • CD: build command (#388)
  • CI: recover accidentally dropped 8.3 job (#399)
  • Fix autoload warnings (#389)
  • chore: remove phpcpd as abandoned (#400)
  • chore: update PHPUnit dev-deps to support v9-10-11 (#394)
  • chore: update phpspec/prophecy-phpunit to 2.4 (#398)
  • deps: bump dev-tools (#396)
  • deps: upgrade PHP CS Fixer (#395)

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

12 May 08:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

22 Nov 10:22
v2.7.0
b36fa43

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

16 Jul 08:40
9e88d7d

Choose a tag to compare

What's Changed

  • Add windows-os to github action by @adrenalinkin in #335
  • Upgrade PHAR generation to Box 4.x by @jrfnl in #351
  • DX: Update PHP CS Fixer to ^3.13.2 by @keradus in #355
  • Replace Travis CI with the GitHub action badge by @peter279k in #364
  • README: fix broken badge and mention GH Actions by @jrfnl in #362
  • Fix PHP 8.1 compatibility by @jrfnl in #361
  • GH Actions/CI: run the test suite against PHP 8.1, 8.2 and 8.3 by @jrfnl in #363
  • DX: update dev-tools, especially PHP CS Fixer by @keradus in #366

New Contributors

Full Changelog: v2.5.3...v2.6.0

v2.5.3

12 Sep 20:51
v2.5.3

Choose a tag to compare

What's Changed

  • Fix minor typo in GitHub Action step's name by @martin-georgiev in #349
  • PHP 8.2 | Fix deprecated embedded variables in text strings by @jrfnl in #343
  • PHP 8.1 | Fix "passing null to non-nullable" deprecations (tests only) by @jrfnl in #345
  • MetricsTest: fix tests failing on imprecise floats by @jrfnl in #344
  • GH Actions: various updates by @jrfnl in #346

New Contributors

Full Changelog: v2.5.2...v2.5.3

v2.5.2

06 Dec 17:07

Choose a tag to compare

Bug fix

  • #330 Changed CIRCLE_BUILD_NUM to CIRCLE_WORKFLOW_ID
  • #328 Added compatibility with Symfony 6

Miscellaneous

  • #325 CI: Migrate to GitHub Actions

v2.5.1

10 Nov 16:59

Choose a tag to compare

  • #324 Fix PHP 5.5 compatibility

v2.5.0

09 Nov 22:46

Choose a tag to compare

#322 Allow for Symfony:^6
#321 Disallow psr/log v3
#319 Added fallback to show where is problem with non-UTF8 char
#317 Allow psr/log v2 and v3
#316 Update README with Travis CI configuration detail
#311 Update version in master to latest release

v2.4.3

24 Dec 09:18

Choose a tag to compare

  • Add file missing for PHP 8 (#308)
  • Update README.md (#303)