Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore(deps): lock file maintenance #258

chore(deps): lock file maintenance

chore(deps): lock file maintenance #258

Workflow file for this run

name: PHP
on:
pull_request: {}
push:
branches:
- master
tags:
- v*.*.*
jobs:
php-library:
uses: equisoft-actions/php-workflows/.github/workflows/php-library.yml@v4
with:
checks: phpcs,phpunit,psalm
php-version: '8.1'
extensions: pcov
secrets:
GPR_KEY: ${{ secrets.GPR_KEY }}