diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d8b80d1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global rule: +* @Bandwidth/dx \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bf790e4..fc6faaa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Create a bug report +about: Create a bug report. title: '[BUG] Description' labels: 'bug' --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9eaa5fe..db4c46a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2016, windows-2019, ubuntu-18.04, ubuntu-20.04] + os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04] php-version: [7.4, 8.0] steps: - name: Checkout