test
Some checks failed
/ upload-release (push) Successful in 4s
PHP Code Checker / PHP Code Checker (pull_request) Successful in 47s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 55s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 51s
Some checks failed
/ upload-release (push) Successful in 4s
PHP Code Checker / PHP Code Checker (pull_request) Successful in 47s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 55s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 51s
This commit is contained in:
parent
c75e1307df
commit
40f5bdc94b
2 changed files with 8 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
.distignore
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
.wordpress-org
|
.wordpress-org
|
||||||
|
@ -7,18 +8,17 @@ CHANGELOG.md
|
||||||
CODE_OF_CONDUCT.md
|
CODE_OF_CONDUCT.md
|
||||||
composer.json
|
composer.json
|
||||||
composer.lock
|
composer.lock
|
||||||
|
docker-compose.yml
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docs
|
docs
|
||||||
docker-compose.yml
|
|
||||||
FEDERATION.md
|
FEDERATION.md
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
|
||||||
package.json
|
package.json
|
||||||
|
package-lock.json
|
||||||
phpcs.xml
|
phpcs.xml
|
||||||
phpunit.xml
|
phpunit.xml
|
||||||
README.md
|
README.md
|
||||||
src
|
src
|
||||||
tests
|
tests
|
||||||
vendor
|
vendor
|
||||||
.distignore
|
|
11
.gitattributes
vendored
11
.gitattributes
vendored
|
@ -1,24 +1,23 @@
|
||||||
|
.distignore export-ignore
|
||||||
|
.forgejo export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
.wp-env.json export-ignore
|
.wp-env.json export-ignore
|
||||||
bin export-ignore
|
bin export-ignore
|
||||||
CHANGELOG.md export-ignore
|
|
||||||
CODE_OF_CONDUCT.md export-ignore
|
CODE_OF_CONDUCT.md export-ignore
|
||||||
composer.json export-ignore
|
composer.json export-ignore
|
||||||
composer.lock export-ignore
|
composer.lock export-ignore
|
||||||
|
docker-compose.yml export-ignore
|
||||||
Dockerfile export-ignore
|
Dockerfile export-ignore
|
||||||
docs export-ignore
|
docs export-ignore
|
||||||
docker-compose.yml export-ignore
|
|
||||||
FEDERATION.md export-ignore
|
FEDERATION.md export-ignore
|
||||||
Gruntfile.js export-ignore
|
Gruntfile.js export-ignore
|
||||||
node_modules export-ignore
|
node_modules export-ignore
|
||||||
package-lock.json export-ignore
|
|
||||||
package.json export-ignore
|
package.json export-ignore
|
||||||
|
package-lock.json export-ignore
|
||||||
phpcs.xml export-ignore
|
phpcs.xml export-ignore
|
||||||
phpunit.xml export-ignore
|
phpunit.xml export-ignore
|
||||||
README.md export-ignore
|
README.md export-ignore
|
||||||
src export-ignore
|
src export-ignore
|
||||||
tests export-ignore
|
tests export-ignore
|
||||||
vendor export-ignore
|
vendor export-ignore
|
||||||
.distignore export-ignore
|
|
||||||
.forgejo export-ignore
|
|
||||||
.gitattributes export-ignore
|
|
||||||
|
|
Loading…
Reference in a new issue