From 4867544061ed37254cfff26e81cf78d5b88ac48f Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Wed, 25 Dec 2019 03:40:35 +0530 Subject: [PATCH] Test phalcon v3 on all OS --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf9c1ca0827..9a891113651 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [macos-latest] + operating-system: [ubuntu-latest, windows-latest, macos-latest] php-versions: ['7.0', '7.1', '7.2', '7.3'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: