Skip to content

Commit

Permalink
auto update php version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Jun 6, 2024
1 parent 2147c1c commit bee3dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2]
laravel: [^8.2]
php: [8.3]
laravel: [^11.0]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit bee3dad

Please sign in to comment.