Skip to content

Nightly CI (Release 2.11) #49

Nightly CI (Release 2.11)

Nightly CI (Release 2.11) #49

# SPDX-FileCopyrightText: 2026 Jankari Tech Pvt. Ltd.
# SPDX-License-Identifier: AGPL-3.0-or-later
name: Nightly CI (Release 2.11)
# workflow can be scheduled ONLY from DEFAULT branch
# > This event will only trigger a workflow run if the workflow file is on the default branch.
# See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
on:
schedule:
- cron: '0 23 * * *' # run at 11 PM UTC
jobs:
nightly-builds:
uses: ./.github/workflows/nightly-shared.yaml
secrets: inherit
with:
branch: release/2.11
nextcloud_versions: '31 32'
php_versions: '8.2 8.3 8.4'
app_upgrade_nc_versions: '31 32'