mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
also get supported php versions
This commit is contained in:
parent
d43cc64aae
commit
a82a7d40fd
7 changed files with 82 additions and 15 deletions
2
.github/workflows/info.xml
vendored
2
.github/workflows/info.xml
vendored
|
|
@ -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>
|
||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue