Skip to content

Update CHANGELOG.md for 2.2.0 #18

Update CHANGELOG.md for 2.2.0

Update CHANGELOG.md for 2.2.0 #18

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
PHPUnit:
name: PHPUnit (PHP ${{ matrix.php }} on ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-22.04
php:
- 8.3
- 8.2
- 8.1
- 8.0
- 7.4
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- run: composer install
- run: sh test/ab/run_ab_tests.sh
- run: vendor/bin/phpunit