Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 895 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 895 Bytes

Docker pulls

Yappa PHP CI Image

XDEBUG extension

To use a specific PHP version, append the version number to the image name.

Eg: image: yappabe/php-ci:8.1

The following PHP versions are available with xdebug extension:

  • PHP 8.1 (bullseye stable)
  • PHP 8.0 (bullseye stable)
  • PHP 7.4 (bullseye stable)
  • PHP 7.3 (bullseye stable)
  • PHP 7.2 (bullseye stable)
  • PHP 7.1 (bullseye stable)
  • PHP 7.0 (jessie oldstable)
  • PHP 5.6 (jessie oldstable)

PCOV extension

To use a specific PHP version, append the version number to the image name.

Eg: image: yappabe/php-ci:8.1-pcov

The following PHP versions are available with pcov extension:

  • PHP 8.1 (bullseye stable)
  • PHP 8.0 (bullseye stable)
  • PHP 7.4 (bullseye stable)
  • PHP 7.3 (bullseye stable)
  • PHP 7.2 (bullseye stable)
  • PHP 7.1 (bullseye stable)