Skip to content

Commit

Permalink
Fix release branch failure for nightly CI (#714)
Browse files Browse the repository at this point in the history
Signed-off-by: sagar <[email protected]>
  • Loading branch information
SagarGi authored Oct 14, 2024
1 parent eee4182 commit 2c4ac17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shared_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
phpVersion: 8.1
- nextcloudVersion: stable29
phpVersion: 8.1
- nextcloudVersion: master
- isReleaseBranch: false
nextcloudVersion: master
phpVersion: 8.3
isReleaseBranch: false
runs-on: ubuntu-20.04
steps:
- name: Checkout for nightly CI
Expand Down

0 comments on commit 2c4ac17

Please sign in to comment.