Skip to content

Commit 226e0fe

Browse files
authored
Merge pull request #64 from tarasom/xdebug_off
ci: Disable Xdebug for PHPUnit to resolve dynamic property error
2 parents 19a7d7a + fcb2f63 commit 226e0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13+
env:
14+
XDEBUG_MODE: off
1315

1416
steps:
1517
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)