From 3bdc9774a1e20a9e38b52427c215715f95a2579d Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 22 Feb 2024 09:17:36 +0100 Subject: [PATCH] [BUGFIX] Reactivate job for TYPO3 depends isntall --- .github/workflows/testcore11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testcore11.yml b/.github/workflows/testcore11.yml index e89fdb4..72be5bf 100644 --- a/.github/workflows/testcore11.yml +++ b/.github/workflows/testcore11.yml @@ -15,8 +15,8 @@ jobs: - name: "Checkout" uses: actions/checkout@v3 - # - name: "Prepare dependencies for TYPO3 v11" - # run: "Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php-version }} -s composerUpdate" + - name: "Prepare dependencies for TYPO3 v11" + run: "Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php-version }} -s composerUpdate" - name: "Run TypoScript lint" run: "Build/Scripts/runTests.sh -t 11 -p ${{ matrix.php-version }} -s lintTypoScript"