diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..586fada --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# This file was generated by the lean package validator (http://git.io/lean-package-validator). + +* text=auto eol=lf + +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.php-cs-fixer.dist.php export-ignore +Examples/ export-ignore +phpstan.neon export-ignore +phpunit.xml export-ignore +tests/ export-ignore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36d8b21..bf8989d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,9 +105,9 @@ jobs: - name: Upload test artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: test-results-${{ matrix.os }} + name: test-results-${{ matrix.os }}-${{ matrix.php }} path: | ./build/logs ./phpunit.xml