From 760b2ce558331bd8cebac5081cae9fd1dd69255a Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Wed, 16 Mar 2022 14:50:55 -0400 Subject: [PATCH] DX-2478 Windows Test --- .github/CODEOWNERS | 2 ++ .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS 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