Skip to content

compat: add #[AllowDynamicProperties] to ezcBaseStruct and ezcBaseOptions for PHP 8.2+ #14

compat: add #[AllowDynamicProperties] to ezcBaseStruct and ezcBaseOptions for PHP 8.2+

compat: add #[AllowDynamicProperties] to ezcBaseStruct and ezcBaseOptions for PHP 8.2+ #14

Workflow file for this run

name: Coding Standard
on:
# Run on all pushes and on all pull requests.
push:
branches:
master
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
jobs:
test:
uses: "zetacomponents/.github/.github/workflows/coding-standard.yml@master"