From 8bbc00cc5ed53bf3294d36ab817ebcfc9f6cd4b9 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 9 Oct 2019 00:17:00 +0900 Subject: [PATCH] Revert "gha: reduce matrix" This reverts commit 0f4dcf161ba0fb07889ab3e4a14eb7cb0d099783. --- .github/workflows/test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00a7df7..f0c3d67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,12 +49,9 @@ jobs: needs: test strategy: matrix: - # os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019'] - # hugo-version: ['latest', '0.57.2'] - # extended: [true, false] - os: ['ubuntu-18.04'] - hugo-version: ['latest'] - extended: [true] + os: ['ubuntu-18.04', 'macOS-10.14', 'windows-2019'] + hugo-version: ['latest', '0.57.2'] + extended: [true, false] # exclude: # - os: 'macOS-10.14' # hugo-version: 'latest'