Skip to content

fix deprecation warning on PHP 8.4 with xml_set_object() #28

fix deprecation warning on PHP 8.4 with xml_set_object()

fix deprecation warning on PHP 8.4 with xml_set_object() #28

Workflow file for this run

name: "Linter"
on:
pull_request:
push:
branches: [ "*" ]
jobs:
lint82:
name: "Linter"
uses: contributte/.github/.github/workflows/php.yml@v1
with:
name: "Linter"
run: "vendor/bin/parallel-lint src"
php: "8.2"
lint56:
name: "Linter"
uses: contributte/.github/.github/workflows/php.yml@v1
with:
name: "Linter"
run: "vendor/bin/parallel-lint src"
php: "5.6"