Skip to content

chore: update phpspy.h, 0.6.0 -> 0.7.0 #44

chore: update phpspy.h, 0.6.0 -> 0.7.0

chore: update phpspy.h, 0.6.0 -> 0.7.0 #44

Workflow file for this run

name: phpspy_test
on: [push, pull_request]
jobs:
phpspy_test_job:
runs-on: ubuntu-22.04
env:
TERM: xterm
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: deps
run: |
sudo apt-get install -y php8.1-cli
echo "php_path:=/usr/bin/php8.1" | sudo tee config.mk
- name: test
run: make test