also get supported php versions

This commit is contained in:
Robin Appelman 2023-11-02 18:06:11 +01:00
commit a82a7d40fd
7 changed files with 82 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<info>
<dependencies>
<nextcloud min-version="25" max-version="29" />
<nextcloud min-version="25" max-version="28" />
</dependencies>
</info>

View file

@ -23,3 +23,4 @@ jobs:
run: |
echo -e "Versions :\n${{ steps.run.outputs.versions }}"
echo -e "Branches :\n${{ steps.run.outputs.branches }}"
echo -e "Matrix :\n${{ steps.run.outputs.matrix }}"