Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 64c1ceb

Browse files
committed
Workflow update
1 parent 6fa9cb3 commit 64c1ceb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ A clear and concise description of what you expected to happen.
2020
If applicable, add screenshots to help explain your problem.
2121

2222
**Desktop (please complete the following information):**
23-
- OS: [e.g. iOS]
23+
- OS [e.g. iOS]
24+
- CPU (architecture)
2425
- Browser [e.g. chrome, safari]
2526
- Nextcloud version [e.g. 22]
2627
- Database configuration (without sensitive information)
@@ -29,7 +30,7 @@ If applicable, add screenshots to help explain your problem.
2930

3031
**Smartphone (please complete the following information):**
3132
- Device: [e.g. iPhone6]
32-
- OS: [e.g. iOS8.1]
33+
- OS: [e.g. iOS 8.1]
3334
- Browser [e.g. stock browser, safari]
3435
- Nextcloud version [e.g. 22]
3536
- MediaDC version [e.g. 0.1.0]

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Static analysis
22

33
on:
44
pull_request:
5-
branches: [main, test, dev]
5+
branches: [main, dev]
66
types: [opened, reopened, edited]
77
push:
88
branches: [dev]
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
php-versions: [7.4, 8.0]
40+
php-versions: [7.3, 7.4, 8.0]
4141
steps:
4242
- uses: actions/checkout@v2
4343

0 commit comments

Comments
 (0)