Skip to content

Commit 44270f8

Browse files
authored
💚 update ci (#96)
* 💚 update ci * 💚 remove assets build in ci
1 parent 3e402b7 commit 44270f8

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 8.1
16+
php-version: 8.2
1717
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
1818
tools: composer:v2
1919
coverage: none

app/Traits/HasProfilePhoto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function getProfilePhotoUrlAttribute(): ?string
1717
if (! in_array($this->avatar_type, ['avatar', 'storage'])) {
1818
/** @var SocialAccount $social_avatar */
1919
$social_avatar = $this->providers->firstWhere('provider', $this->avatar_type);
20-
20+
// @phpstan-ignore-next-line
2121
return $social_avatar ? $social_avatar->avatar : $this->defaultProfilePhotoUrl();
2222
}
2323

database/migrations/2022_07_13_195828_create_health_tables.php

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)