Skip to content

Commit d54e5de

Browse files
committed
test
1 parent aad34d6 commit d54e5de

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ jobs:
1111
runs-on: [ubuntu-latest]
1212
strategy:
1313
matrix:
14-
openmage:
15-
config: .phpstan.dist.openmage.neon
14+
- config: .phpstan.dist.openmage.neon
1615
cache: .phpstan.cache
17-
phpunit:
18-
config: .phpstan.dist.phpunit.neon
16+
- config: .phpstan.dist.phpunit.neon
1917
cache: .phpstan.phpunit.cache
2018

2119
steps:

0 commit comments

Comments
 (0)