From 1ce324763fe43c12475dc8dcd53a76576a69cda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 19 Jan 2022 19:30:38 +0100 Subject: [PATCH] remove extra space --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e51288..8d89e00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install composer dependencies - run: composer require "illuminate/support:^${{ matrix.laravel }}.0" + run: composer require "illuminate/support:^${{ matrix.laravel }}.0" - name: Run tests run: vendor/bin/pest