diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f343907 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +.docs export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.github export-ignore +Makefile export-ignore +phpstan.neon export-ignore +ruleset.xml export-ignore +tests export-ignore diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 860c47e..fac01f8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ on: branches: ["*"] schedule: - - cron: "0 8 * * 1" + - cron: "0 9 * * 1" jobs: coverage: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0bdeea0..6462f70 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: branches: [ "*" ] schedule: - - cron: "0 8 * * 1" + - cron: "0 10 * * 1" jobs: test85: diff --git a/phpstan.neon b/phpstan.neon index 562ab05..cd64186 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,7 +3,7 @@ includes: parameters: level: 9 - phpVersion: 80100 + phpVersion: 80200 scanDirectories: - src @@ -14,5 +14,3 @@ parameters: paths: - src - .docs - - ignoreErrors: