chore(deps): update plugin org.jetbrains.kotlin.jvm to v2 #170
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |