diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c0e6056 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64c56f1..badf50a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 0dc9deb..2d7f0d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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