Skip to content
This repository was archived by the owner on Aug 10, 2026. It is now read-only.

docs(readme): update instructions #133

docs(readme): update instructions

docs(readme): update instructions #133

Workflow file for this run

name: Ago
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ['8.1', '8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v1
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer update
- name: Run static analyzers and tests
run: composer check