Skip to content

DE-113588 Opensearch fallback migrations #6

DE-113588 Opensearch fallback migrations

DE-113588 Opensearch fallback migrations #6

Workflow file for this run

name: CI
on: [pull_request, workflow_dispatch]
jobs:
phpstan:
strategy:
matrix:
php-version:
- 8.2
uses: BrandEmbassy/github-actions/.github/workflows/php-phpstan.yml@master
with:
PHP_VERSION: ${{ matrix.php-version }}
ecs:
strategy:
fail-fast: false
matrix:
php-version:
- 8.2
uses: BrandEmbassy/github-actions/.github/workflows/php-ecs.yml@master
with:
PHP_VERSION: ${{ matrix.php-version }}
phpunit:
strategy:
matrix:
composer-arg:
- "install"
- "update --prefer-lowest"
php-version:
- 8.2
uses: BrandEmbassy/github-actions/.github/workflows/php-phpunit.yml@master
with:
COMPOSER_ARG: ${{ matrix.composer-arg }}
PHP_VERSION: ${{ matrix.php-version }}