Skip to content

Commit

Permalink
Merge pull request #3 from codeat3/update-github-actions-to-php82
Browse files Browse the repository at this point in the history
upgrade github action to php82
  • Loading branch information
swapnilsarwe authored Feb 21, 2023
2 parents 2a1994e + 988ece6 commit 79d941f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 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
7 changes: 3 additions & 4 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ 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 }}

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

Expand All @@ -38,4 +38,3 @@ jobs:
with:
commit_message: Fix styling


0 comments on commit 79d941f

Please sign in to comment.