mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ci(actions): Update stable34
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
4c697c7877
commit
406c3002d8
3 changed files with 32 additions and 3 deletions
3
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
3
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -73,7 +73,8 @@ body:
|
|||
options:
|
||||
- "32"
|
||||
- "33"
|
||||
- "34 (master)"
|
||||
- "34"
|
||||
- "35 (master)"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
|
|||
16
.github/workflows/update-cacert-bundle.yml
vendored
16
.github/workflows/update-cacert-bundle.yml
vendored
|
|
@ -17,7 +17,21 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
|
||||
branches:
|
||||
- ${{ github.event.repository.default_branch }}
|
||||
- 'stable34'
|
||||
- 'stable33'
|
||||
- 'stable32'
|
||||
- 'stable31'
|
||||
- 'stable30'
|
||||
- 'stable29'
|
||||
- 'stable28'
|
||||
- 'stable27'
|
||||
- 'stable26'
|
||||
- 'stable25'
|
||||
- 'stable24'
|
||||
- 'stable23'
|
||||
- 'stable22'
|
||||
|
||||
name: update-ca-certificate-bundle-${{ matrix.branches }}
|
||||
|
||||
|
|
|
|||
16
.github/workflows/update-code-signing-crl.yml
vendored
16
.github/workflows/update-code-signing-crl.yml
vendored
|
|
@ -17,7 +17,21 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
|
||||
branches:
|
||||
- ${{ github.event.repository.default_branch }}
|
||||
- 'stable34'
|
||||
- 'stable33'
|
||||
- 'stable32'
|
||||
- 'stable31'
|
||||
- 'stable30'
|
||||
- 'stable29'
|
||||
- 'stable28'
|
||||
- 'stable27'
|
||||
- 'stable26'
|
||||
- 'stable25'
|
||||
- 'stable24'
|
||||
- 'stable23'
|
||||
- 'stable22'
|
||||
|
||||
name: update-code-signing-crl-${{ matrix.branches }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue