Skip to content

Releases: php-coveralls/php-coveralls

v2.7.0

22 Nov 10:22
v2.7.0
b36fa43
Compare
Choose a tag to compare

What's Changed

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

v2.6.0

16 Jul 08:40
9e88d7d
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • #324 Fix PHP 5.5 compatibility

v2.5.0

09 Nov 22:46
Compare
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
Compare
Choose a tag to compare
  • Add file missing for PHP 8 (#308)
  • Update README.md (#303)

v2.4.2

23 Oct 16:37
v2.4.2
8a33ae2
Compare
Choose a tag to compare
  • Add COVERALLS_REPO_TOKEN to error message when run on Github Action (#302)
  • Correct spelling error in Github (#299)

v2.4.1

05 Oct 23:11
v2.4.1
c3f682e
Compare
Choose a tag to compare

Bug fix

  • #298 Fix support of branch name with hyphen and "(no branch)"

v2.4.0

05 Oct 21:40
v2.4.0
9e39f11
Compare
Choose a tag to compare

CD broken - no .phar file available! Use v2.4.1+ instead!

Enhancement

  • #296 Add Github Actions and COVERALLS_FLAG_NAME support
  • #295 Add support for PHP 8 + PHPUnit 9
  • #289 Add insecure option

Miscellaneous

  • #297 DX: .gitignore cache PHPUnit