From 5886b513848d6955744b622c42baada3abf1a908 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 24 Aug 2020 14:25:58 +0200 Subject: [PATCH] Get rid of windows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d5d665..5a4a7e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] php-versions: ["7.0", "7.1", "7.2", "7.3", "7.4"] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }} steps: