Lock file maintenance #525
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Continuous Integration" | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| tags: | |
| env: | |
| php_extensions: | |
| default_php: 8.4 | |
| jobs: | |
| ci: | |
| uses: laminas/workflow-continuous-integration/.github/workflows/[email protected] | |
| composer-require-checker: | |
| name: "Check for missing dependencies" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| - uses: shivammathur/[email protected] | |
| with: | |
| php-version: ${{ env.default_php }} | |
| ini-values: memory_limit=-1 | |
| extensions: ${{ env.php_extensions }} | |
| - uses: ramsey/[email protected] | |
| - run: make install-tools | |
| - run: make composer-require-checker |