Skip to content

docs: embed real live English browser screenshots and update dual-lan… #4

docs: embed real live English browser screenshots and update dual-lan…

docs: embed real live English browser screenshots and update dual-lan… #4

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