We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd8fc8 commit a529e86Copy full SHA for a529e86
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
terUpload:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
11
steps:
12
- uses: actions/checkout@v4
13
- uses: tomasnorre/typo3-upload-ter@v2
ext_emconf.php
@@ -1,4 +1,4 @@
1
-<?php declare(strict_types=1);
+<?php
2
$EM_CONF[$_EXTKEY] = [
3
'title' => 'Fluid Components',
4
'description' => 'Encapsulated frontend components with Fluid\'s ViewHelper syntax',
0 commit comments