From 026e00d1cd2d58dfac84d39cf0cde04cc915c0da Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Tue, 21 Feb 2023 10:02:11 +0530 Subject: [PATCH] upgrade github action to php82 (#6) --- .github/workflows/auto-update.yml | 4 ++-- .github/workflows/php-cs-fixer.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 65934b2..a9aee78 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0] - laravel: [^8.0] + php: [8.2] + laravel: [^8.2] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 22b293b..aaeaedb 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -9,8 +9,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0] - laravel: [^8.0] + php: [8.1] + laravel: [^10.0] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}