From da3183ec537023212eef2293f66f87e079cc9894 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Tue, 21 Feb 2023 10:01:09 +0530 Subject: [PATCH] upgrade github action to php82 (#7) --- .github/workflows/auto-update.yml | 5 +++-- .github/workflows/php-cs-fixer.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 6a11b39..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 }} @@ -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 e4fae40..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 }} @@ -37,3 +37,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Fix styling +