Skip to content

chore(deps): update dependency phpunit/phpunit to 11.5.x #174

chore(deps): update dependency phpunit/phpunit to 11.5.x

chore(deps): update dependency phpunit/phpunit to 11.5.x #174

Workflow file for this run

name: Python
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Build
run: |
make --directory 2021/php build
make --directory 2022/php build
- name: Test
run: |
make --directory 2021/php test
make --directory 2022/php test