Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

ci: support ECS

ci: support ECS #2

Workflow file for this run

name: CI
on:
pull_request:
jobs:
security:
uses: dvsa/.github/.github/workflows/php-security.yml@main
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
static-analysis:
uses: dvsa/.github/.github/workflows/php-static.yml@main
with:
php-version: '7.4'
tests:
uses: dvsa/.github/.github/workflows/php-tests.yml@main
with:
php-versions: "[\"7.4\"]"
fail-fast: false