From 128ff12840dcbed00e4275d100c155a23ef47971 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 20 Feb 2023 15:09:36 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f46ce64..8ecb863b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: strategy: matrix: include: - - laravel: "9.0" + - laravel: 9 php: "8.0" - - laravel: "10.0" + - laravel: 10 php: "8.1" steps: @@ -27,7 +27,7 @@ jobs: - name: Install Composer dependencies run: | - composer require "laravel/framework:^${{ matrix.laravel }}" --no-interaction --no-update + composer require "laravel/framework:^${{ matrix.laravel }}.0" --no-interaction --no-update composer update --prefer-dist --no-interaction - name: Run tests run: ./vendor/bin/pest