From a529e86920151033e35dc7c423bf2874b095cf6f Mon Sep 17 00:00:00 2001 From: Ulrich Mathes Date: Mon, 14 Oct 2024 14:00:23 +0200 Subject: [PATCH] [BUGFIX] do not use strict_types in ext_emconf --- .github/workflows/release.yml | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e406ba9..d241452 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/ext_emconf.php b/ext_emconf.php index 7c5e2b3..657d77a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,4 +1,4 @@ - 'Fluid Components', 'description' => 'Encapsulated frontend components with Fluid\'s ViewHelper syntax',