From 2e321f54657b5f7f221cbb85b3c678dfaaa8af62 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 21 May 2020 22:49:46 +0200 Subject: [PATCH] chore: fixes build --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f86953eb..bac8a7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,15 +4,16 @@ on: ['push', 'pull_request'] jobs: ci: - runs-on: [ubuntu-latest, windows-latest] + runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: + os: [ubuntu-latest, windows-latest] php: [7.3, 7.4] dependency-version: [prefer-lowest, prefer-stable] - name: CI - PHP ${{ matrix.php }} (${{ matrix.dependency-version }}) + name: CI - PHP ${{ matrix.php }} (${{ matrix.dependency-version }}) - ${{ matrix.os }} steps: