Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Releases: herdphp/docker-phpqa

v0.5.1 - GCOV fix

25 Nov 11:11
6123c58
Compare
Choose a tag to compare

Fix in the GCOV command.

v0.5.0 - New commands added: gcov and update

25 Nov 11:01
bef4340
Compare
Choose a tag to compare

This release adds GCOV support, improves the update strategy and enable testing of CGI functionality. Minor bug fixes and typo corrections are also shipped as part of this release.

v0.4.0 - Hello CI

10 Aug 19:45
Compare
Choose a tag to compare

This release adds CircleCI configuration enabling Continuous Integration for our docker-phpqa repository. Every merge to master triggers a new build for our docker images and push them to Docker Hub.

v0.3.1 - Docker images auto update

08 Aug 17:20
Compare
Choose a tag to compare

The docker images are now being pulled every time before a docker run operation to ensure that the user has the latest version.

v0.3.0 - Debugging improvements

04 Aug 20:25
Compare
Choose a tag to compare

Debug output for failed tests are now being stored by version!

v0.2.0 - Generate command is here

24 Jul 20:16
Compare
Choose a tag to compare

This is a huge milestone for this small project. This release changes the API introducing a PHPT generation functionality. To generate PHPT file users need to run the sub command generate and to use the initial functionality of running PHPT in multiple PHP versions it's time to use the sub command run.

v0.1.0 - herdPHP is now on board

24 Jul 20:12
Compare
Choose a tag to compare

This release is the first with a common effort from herdPHP developers. With few changes from 0.0.1 to 0.1.0 but with proper documentation and with fixes from Codacity suggestions.

v0.0.1 - First official release

25 Jun 16:08
Compare
Choose a tag to compare

This release adds all the basically functionality intended for the toolset. The features released are:

  • Run PHPT in multiple versions: 5.5, 5.6, 7.0 and 7.1 (phpqa.sh);
  • Build different PHP versions Docker images with the PHP suite of tests ready to be used (build.sh).