There was an error while loading. Please reload this page.
1 parent a853627 commit f8487f1Copy full SHA for f8487f1
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