Skip to content

Fix minimum PHP version #28

Fix minimum PHP version

Fix minimum PHP version #28

# This workflow is used to test the main workflow on this repository.
# It is not designed to be used by other repositories.
name: Test
on:
pull_request:
push:
jobs:
coding-standard-test:
name: Coding Standard Test
strategy:
fail-fast: false
matrix:
php-version:
- "8.2"
- "8.3"
- "8.4"
- "8.5"
uses: ./.github/workflows/coding-standard.yml
with:
php-version: ${{ matrix.php-version }}
config-file: ecs-test.php