From 790612be82103f781167122a436e31cebd0dc53a Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Tue, 4 Oct 2022 09:44:11 +0200 Subject: [PATCH] Move the env block to the step --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a61908e..e7038b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,12 +6,11 @@ on: - main workflow_dispatch: -env: - IMAGE: carlosalgms/composer-and-node-ci - jobs: build_latest: runs-on: ubuntu-latest + env: + IMAGE: carlosalgms/composer-and-node-ci strategy: matrix: tag: [php8, php7.1]