Merge remote-tracking branch 'upstream/master' into updating-configuration

This commit is contained in:
VirtuBox
2024-06-14 16:41:54 +02:00
3 changed files with 24 additions and 2 deletions

21
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.

View File

@@ -5,6 +5,7 @@ on:
branches: branches:
- updating-configuration - updating-configuration
- master - master
- ci
pull_request: pull_request:
branches: branches:
- master - master
@@ -19,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest] os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -2,7 +2,7 @@ cement==2.10.14
pynginxconfig==0.3.4 pynginxconfig==0.3.4
PyMySQL==1.1.1 PyMySQL==1.1.1
psutil==5.9.8 psutil==5.9.8
sh==2.0.6 sh==2.0.7
SQLAlchemy==1.4.52 SQLAlchemy==1.4.52
requests>=2.20.0 requests>=2.20.0
distro==1.9.0 distro==1.9.0