From 1d88b1590c6ccbe9a043075384189e2a4856785f Mon Sep 17 00:00:00 2001 From: Achim Fritz Date: Sat, 29 Nov 2025 17:13:24 +0100 Subject: [PATCH] [TASK] archive composer.lock file this will help us to install current github workflow package versions --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ac1cc26..be78c316 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,3 +60,10 @@ jobs: with: name: acceptance-test-reports-${{ matrix.php }}-${{ matrix.TYPO3 }} path: .Build/Web/typo3temp/var/tests/_output + + - name: Archive composer.lock + uses: actions/upload-artifact@v4 + if: always() + with: + name: composer.lock-${{ matrix.php }}-${{ matrix.TYPO3 }} + path: composer.lock