Skip to content

Merge pull request #35 from codelicia/renovate/phpunit-phpunit-10.x-l… #98

Merge pull request #35 from codelicia/renovate/phpunit-phpunit-10.x-l…

Merge pull request #35 from codelicia/renovate/phpunit-phpunit-10.x-l… #98

Workflow file for this run

name: PHP
on: [push]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- 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