From d59a85c309f89936ed6b6940edb42a7997c6aa63 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 8 Jun 2022 07:04:18 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 110ccf4e..ab06d5f5 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, windows-latest] + os: [ubuntu-latest, macos-latest] php: ['7.4', '8.0', '8.1'] dependency-version: [prefer-stable]