Skip to content

Commit 1d88b15

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

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
@@ -60,3 +60,10 @@ jobs:
6060
with:
6161
name: acceptance-test-reports-${{ matrix.php }}-${{ matrix.TYPO3 }}
6262
path: .Build/Web/typo3temp/var/tests/_output
63+
64+
- name: Archive composer.lock
65+
uses: actions/upload-artifact@v4
66+
if: always()
67+
with:
68+
name: composer.lock-${{ matrix.php }}-${{ matrix.TYPO3 }}
69+
path: composer.lock

0 commit comments

Comments
 (0)