Skip to content

vcs: added to .gitignore #3

vcs: added to .gitignore

vcs: added to .gitignore #3

Workflow file for this run

name: Run PHP CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
strategy:
matrix:
php-version: [ 8.1, 8.2, 8.3, 8.4 ]
runs-on: ubuntu-latest
steps:
- name: Publish PHPDoc
uses: empaphy/dev/actions/pest@v1
with:
php-version: ${{ matrix.php-version }}