Skip to content

docs: Added Set::delete() documentation #20

docs: Added Set::delete() documentation

docs: Added Set::delete() documentation #20

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-24.04
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3, 8.4]
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
env:
XDEBUG_MODE: coverage
run: composer test