From 9936d9027d4e9757db021b1c189b8de17af900c2 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Tue, 21 Feb 2023 10:05:46 +0530 Subject: [PATCH] upgrade github action to php82 (#32) --- .github/workflows/auto-update.yml | 5 +++-- .github/workflows/php-cs-fixer.yml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 6a11b391..a9aee789 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 }} @@ -79,3 +79,4 @@ jobs: This updates from [${{ env.CURRENT_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.CURRENT_COMMIT }}) to [${{ env.LATEST_COMMIT }}](https://github.com/${{ env.REPOSITORY }}/commit/${{ env.LATEST_COMMIT }}). Check out the differences: [`${{ env.CURRENT_COMMIT }}` ... `${{ env.LATEST_COMMIT }}`](https://github.com/${{ env.REPOSITORY }}/compare/${{ env.CURRENT_COMMIT }}...${{ env.LATEST_COMMIT }}) branch: feature/update-${{ env.LATEST_COMMIT }} + diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 22b293b1..aaeaedb9 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 }}