Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
release-managment:
name: Create Release
uses: WyriHaximus/github-workflows/.github/workflows/package-release-managment.yaml@main
uses: WyriHaximus/github-workflows/.github/workflows/package-release-management.yaml@main
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.title }}
90 changes: 69 additions & 21 deletions Makefile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require-dev": {
"react-parallel/stubs": "^1.2",
"wyrihaximus/async-test-utilities": "^10.4.0",
"wyrihaximus/makefiles": "^0.6.0",
"wyrihaximus/makefiles": "^0.7.6",
"wyrihaximus/ticking-promise": "^3.1.0"
},
"autoload": {
Expand Down
19 changes: 11 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions etc/qa/infection.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"timeout": 120,
"source": {
"directories": [
"src"
]
},
"logs": {
"text": "../../var/infection.log",
"summary": "../../var/infection-summary.log",
"json": "../../var/infection.json",
"perMutator": "../../var/infection-per-mutator.md",
"github": true
},
"mutators": {
"@default": true
}
}
4 changes: 4 additions & 0 deletions etc/qa/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
parameters:
paths:
- ../../etc
- ../../src
- ../../tests
level: max
ignoreErrors:
-
Expand Down
2 changes: 1 addition & 1 deletion etc/qa/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../../vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory="../../var/phpunit/cache">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../../vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" cacheDirectory="../../var/phpunit/cache">
<testsuites>
<testsuite name="Test Suite">
<directory>../../tests/</directory>
Expand Down
20 changes: 0 additions & 20 deletions infection.json.dist

This file was deleted.

Loading