From fb5471a901678558123e92f165bcd4acc59639f3 Mon Sep 17 00:00:00 2001 From: Saade Date: Wed, 15 Feb 2023 14:04:58 -0300 Subject: [PATCH] fix: matrix PHP version --- .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 bbcf81e..b864565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: ${{matrix.php}} - name: Install dependencies run: composer require "laravel/framework:^${{matrix.laravel}}.0"