Skip to content

add php package

add php package #5

Workflow file for this run

name: PHP
on:
push:
tags:
- '[0-9]**'
pull_request:
branches: [main]
paths:
- 'php/**'
jobs:
build-php:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: composer update --no-progress
- name: Test
working-directory: ${{github.workspace}}/php
run: phpunit .