Skip to content

Update README.md

Update README.md #125

Workflow file for this run

name: CI Tests on Linux with PHP 8.2
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
linux_php_82:
uses: ./.github/workflows/ci-tests.yml
with:
php: 8.2