Skip to content

Commit 6a29b18

Browse files
authored
Make CI green (#1)
* Make CI green * bugfix * Fixes * Adding small test
1 parent b4717f3 commit 6a29b18

16 files changed

+242
-3192
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55

66
jobs:
77
build:
8-
needs: matrix
98
name: Test
109
runs-on: Ubuntu-20.04
1110

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
/phpunit.xml
1515
.phpunit.result.cache
1616
###< phpunit/phpunit ###
17+
composer.lock

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"symfony/process": "^5.2",
1717
"symfony/yaml": "^5.2"
1818
},
19-
"require-dev": {
20-
"bamarni/composer-bin-plugin": "^1.4.1",
21-
"phpunit/phpunit": "^9.3.10"
22-
},
2319
"replace": {
2420
"symfony/polyfill-ctype": "*",
2521
"symfony/polyfill-iconv": "*"
2622
},
23+
"require-dev": {
24+
"bamarni/composer-bin-plugin": "^1.4.1",
25+
"phpunit/phpunit": "^9.3.10"
26+
},
2727
"config": {
2828
"optimize-autoloader": true,
2929
"preferred-install": {

0 commit comments

Comments
 (0)