Skip to content

Commit 54b287d

Browse files
committed
fixed tests
1 parent b195261 commit 54b287d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
coverage: none
1515

1616
- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress
17-
- run: php temp/code-checker/code-checker --strict-types --no-progress
17+
- run: php temp/code-checker/code-checker --strict-types --no-progress --ignore "tests/*/fixtures"
1818

1919

2020
nette_cs:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"nette/tester": "^2.0",
23-
"tracy/tracy": "^2.8.8",
23+
"tracy/tracy": "^2.7",
2424
"phpstan/phpstan": "^0.12"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)