Skip to content

Commit

Permalink
Fix compiler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 22, 2020
1 parent 699afc7 commit cc8222d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
restore-keys: "php-${{ matrix.php-version }}-composer-"

- name: "Install dependencies"
run: "composer update --no-interaction --no-progress --no-suggest"
run: "composer update --no-dev --no-interaction --no-progress --no-suggest"

- name: "Transform source code"
run: php bin/transform-source.php
Expand Down
3 changes: 2 additions & 1 deletion compiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.4"
"phpunit/phpunit": "^8.4",
"phpstan/phpstan-phpunit": "^0.12.8"
}
}
4 changes: 2 additions & 2 deletions compiler/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
includes:
- ../vendor/phpstan/phpstan-phpunit/extension.neon
- ../vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon

0 comments on commit cc8222d

Please sign in to comment.