nextcloud-version-matrix/.github/workflows/info.xml
David Dreschner 7a9036702e
feat: Support PHP min/max version property in info.xml
Signed-off-by: David Dreschner <github-2017@dreschner.net>
2026-06-21 22:06:59 +02:00

7 lines
No EOL
159 B
XML

<?xml version="1.0"?>
<info>
<dependencies>
<php max-version="8.1" />
<nextcloud min-version="27" max-version="33" />
</dependencies>
</info>