Skip to content

Update main.php

Update main.php #9

Workflow file for this run

name: Run tests
on:
pull_request_target:
types:
- opened
paths:
- 'php/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Test
run: LANGUAGE=php go test -v ./... -count 1