Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osteel/php-compatibility-demo

Example PHP library using a GitHub Actions workflow to check whether the code is compatible with a range of PHP and dependency versions
https://github.com/osteel/php-compatibility-demo

compatibility composer dependencies github-actions github-workflow php

Last synced: 16 days ago
JSON representation

Example PHP library using a GitHub Actions workflow to check whether the code is compatible with a range of PHP and dependency versions

Awesome Lists containing this project

README

        

# PHP Compatibility Demo

This is an example PHP library using a GitHub Actions [workflow](.github/workflows/ci.yml) to check whether the code is compatible with a range of PHP and dependency versions.

See the [_Actions_](https://github.com/osteel/php-compatibility-demo/actions) tab for example workflow runs.

For a detailed explanation: [A GitHub workflow to check the compatibility of your PHP package with a range of dependency versions](https://tech.osteel.me/posts/a-github-workflow-to-check-the-compatibility-of-your-php-package-with-a-range-of-dependency-versions "A GitHub workflow to check the compatibility of your PHP package with a range of dependency versions").