Skip to content

Commit

Permalink
[TASK] Add v13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ayacoo committed May 26, 2024
1 parent 2e30258 commit 9515f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- "php:csfix"
- "php:sniff"
- "ts:lint"
- "xliff:lint"
php-version:
- "8.2"
- "8.3"
unit-tests:
name: "Unit tests"
Expand Down
1 change: 1 addition & 0 deletions Classes/Helper/SoundcloudHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function transformUrlToFile($url, Folder $targetFolder)
* @param string $mediaId
* @param string $fileExtension
* @return File
* @throws OnlineMediaAlreadyExistsException
*/
protected function transformMediaIdToFile($mediaId, Folder $targetFolder, $fileExtension)
{
Expand Down

0 comments on commit 9515f3d

Please # to comment.