From 5c26a31cf37b7cb6a3bf54399e27f90356b3c61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 30 Nov 2020 16:31:54 +0100 Subject: [PATCH] single include --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7894284..6f5e8c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: laravel: ["^6.0", "^8.0"] include: - php_version: "8.0" - - php_target: "php:8.0.0RC5-cli" - - laravel: "^8.0" + php_target: "php:8.0.0RC5-cli" + laravel: "^8.0" steps: - uses: actions/checkout@v2