From 99260644665a6413f74b2c37659a2001461791d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 13 Dec 2020 03:50:03 +0100 Subject: [PATCH] Properly retrieve matrix value --- .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 3154382..cad1005 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 "laravel/framework:^{{matrix.laravel}}.0.0" + run: composer require "laravel/framework:^${{matrix.laravel}}.0.0" - name: Run tests run: vendor/bin/phpunit