Skip to content

build: update PHP versions and dependencies in tests configuration #72

build: update PHP versions and dependencies in tests configuration

build: update PHP versions and dependencies in tests configuration #72

Workflow file for this run

name: Tests
on:
push:
branches:
- '**'
jobs:
tests:
uses: jackd248/reusable-github-actions/.github/workflows/tests-php.yml@main
with:
php-versions: '["8.1", "8.2", "8.3", "8.4", "8.5]'
dependencies: '["highest", "lowest"]'