Skip to content

chore: add automated unit test suite, CI workflow, and elite bilingua… #1

chore: add automated unit test suite, CI workflow, and elite bilingua…

chore: add automated unit test suite, CI workflow, and elite bilingua… #1

Workflow file for this run

name: CI / Automated Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: pdo, pdo_sqlite, json, curl
- name: Run Automated Test Suite
run: php tests/test_tmg.php