From a4fba3957d921950917582e356482cb362384002 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 7 Jun 2022 20:57:24 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48fd27e6..110ccf4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] php: ['7.4', '8.0', '8.1'] dependency-version: [prefer-stable] @@ -49,6 +49,7 @@ jobs: run: ./vendor/bin/pest --coverage support: + needs: [tests] name: Discord Notification runs-on: ubuntu-latest steps: