From af2b84ec627f50e08e4d194b8c79ebd8b2c45947 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 15 Feb 2023 14:27:29 +0100 Subject: [PATCH] Update PHP version in ci.yml --- .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 9f7a17a..9d320b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' - name: Install dependencies run: composer require "laravel/framework:^${{matrix.laravel}}.0"