Skip to content

Commit

Permalink
upgrade github action to php82 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe authored Feb 21, 2023
1 parent ef15361 commit da3183e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

5 changes: 3 additions & 2 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -37,3 +37,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling

0 comments on commit da3183e

Please sign in to comment.