Skip to content

Merge pull request #37 from codelicia/renovate/org.jetbrains.kotlin.j… #111

Merge pull request #37 from codelicia/renovate/org.jetbrains.kotlin.j…

Merge pull request #37 from codelicia/renovate/org.jetbrains.kotlin.j… #111

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