mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-17 21:12:08 +01:00
Merge pull request #115 from nextcloud/release/31
chore(release): Bump to 31
This commit is contained in:
commit
1d3c945319
4 changed files with 19 additions and 8 deletions
4
.github/workflows/lint-info-xml.yml
vendored
4
.github/workflows/lint-info-xml.yml
vendored
|
|
@ -24,7 +24,9 @@ jobs:
|
|||
name: info.xml lint
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Download schema
|
||||
run: wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd
|
||||
|
|
|
|||
9
.github/workflows/lint-php.yml
vendored
9
.github/workflows/lint-php.yml
vendored
|
|
@ -24,7 +24,10 @@ jobs:
|
|||
php-versions: ${{ steps.versions.outputs.php-versions }}
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.0.0
|
||||
|
|
@ -40,7 +43,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
|
||||
|
|
|
|||
10
.github/workflows/phpunit-mysql.yml
vendored
10
.github/workflows/phpunit-mysql.yml
vendored
|
|
@ -24,7 +24,9 @@ jobs:
|
|||
matrix: ${{ steps.versions.outputs.sparse-matrix }}
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
|
|
@ -86,15 +88,17 @@ jobs:
|
|||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ This allows admins to easily install and keep updated the Matterbridge binaries
|
|||
The last number of the version is the shipped Matterbridge binary version.
|
||||
Binary is licensed under Apache-2.0 License.]]></description>
|
||||
|
||||
<version>1.30.1026000</version>
|
||||
<version>1.31.1026000</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
<author>Gary Kim</author>
|
||||
|
|
@ -33,7 +33,7 @@ Binary is licensed under Apache-2.0 License.]]></description>
|
|||
<repository>https://github.com/nextcloud/talk_matterbridge.git</repository>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="28" max-version="30" />
|
||||
<nextcloud min-version="29" max-version="31" />
|
||||
</dependencies>
|
||||
|
||||
<repair-steps>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue