Skip to content

Added static start() helper to Regex #18

Added static start() helper to Regex

Added static start() helper to Regex #18

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: Run test suite
run: composer run-script test