Merge remote-tracking branch 'upstream/master' into updating-configuration
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**System information:**
|
||||
- [ ] `lsb_release -a`
|
||||
- [ ] `wo info`
|
||||
- [ ] `nginx -V`
|
||||
- [ ] `wo -v`
|
||||
- [ ] `wp cli info --allow-root`
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- updating-configuration
|
||||
- master
|
||||
- ci
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
@@ -19,7 +20,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -2,7 +2,7 @@ cement==2.10.14
|
||||
pynginxconfig==0.3.4
|
||||
PyMySQL==1.1.1
|
||||
psutil==5.9.8
|
||||
sh==2.0.6
|
||||
sh==2.0.7
|
||||
SQLAlchemy==1.4.52
|
||||
requests>=2.20.0
|
||||
distro==1.9.0
|
||||
|
||||
Reference in New Issue
Block a user