Skip to content

Commit 62093b1

Browse files
committed
[TASK] archive composer.lock file
this will help us to install current github workflow package versions
1 parent 9176897 commit 62093b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@ jobs:
6464
with:
6565
name: acceptance-test-reports-${{ matrix.php }}-${{ matrix.TYPO3 }}
6666
path: .Build/Web/typo3temp/var/tests/_output
67+
68+
- name: Archive composer.lock
69+
uses: actions/upload-artifact@v4
70+
if: always()
71+
with:
72+
name: composer.lock-${{ matrix.php }}-${{ matrix.TYPO3 }}
73+
path: composer.lock

0 commit comments

Comments
 (0)