We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6287884 commit 0cd6cabCopy full SHA for 0cd6cab
1 file changed
.github/workflows/ci.yml
@@ -39,4 +39,9 @@ jobs:
39
run: .Build/bin/phpstan analyze -c Build/phpstan.neon
40
- name: Phpcsfix
41
run: .Build/bin/php-cs-fixer fix --config=Build/php-cs-fixer.php --dry-run --stop-on-violation --using-cache=no
42
-
+ - name: Archive composer.lock
43
+ uses: actions/upload-artifact@v6
44
+ if: always()
45
+ with:
46
+ name: composer.lock-${{ matrix.php }}-${{ matrix.TYPO3 }}
47
+ path: composer.lock
0 commit comments