Skip to content

Commit a529e86

Browse files
committed
[BUGFIX] do not use strict_types in ext_emconf
1 parent ffd8fc8 commit a529e86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
terUpload:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: tomasnorre/typo3-upload-ter@v2

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php
22
$EM_CONF[$_EXTKEY] = [
33
'title' => 'Fluid Components',
44
'description' => 'Encapsulated frontend components with Fluid\'s ViewHelper syntax',

0 commit comments

Comments
 (0)