Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/osteel/php-compatibility-demo
- Owner: osteel
- License: mit
- Created: 2022-06-27T10:13:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T15:28:42.000Z (almost 2 years ago)
- Last Synced: 2023-09-14T02:51:21.728Z (about 1 year ago)
- Topics: compatibility, composer, dependencies, github-actions, github-workflow, php
- Language: PHP
- Homepage: https://tech.osteel.me/posts/a-github-workflow-to-check-the-compatibility-of-your-php-package-with-a-range-of-dependency-versions
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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").