Skip to content

Commit

Permalink
[BUGFIX] do not use strict_types in ext_emconf
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichmathes committed Oct 14, 2024
1 parent ffd8fc8 commit a529e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
terUpload:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: tomasnorre/typo3-upload-ter@v2
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Fluid Components',
'description' => 'Encapsulated frontend components with Fluid\'s ViewHelper syntax',
Expand Down

0 comments on commit a529e86

Please sign in to comment.