Skip to content

Commit

Permalink
PHPMNT-8 Add phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
funivan committed May 10, 2023
1 parent 35fa63d commit f0ba8da
Show file tree
Hide file tree
Showing 8 changed files with 1,551 additions and 7 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ orbs:
ci: bigcommerce/internal@volatile
php: bigcommerce/internal-php@volatile

default_matrix: &default_matrix
matrix:
parameters:
php-version: [ "8.0", "8.1", "8.2" ]

workflows:
version: 2
full:
jobs:
- php/phpunit-tests:
<<: *default_matrix
configuration: "phpunit.xml.dist"
matrix:
parameters:
php-version: [ "8.0", "8.1", "8.2" ]
- php/static-analysis:
<<: *default_matrix
generate_ide_helper: false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ script/*
.idea
/.php_cs
/.php_cs.cache
/.phpunit.result.cache
Loading

0 comments on commit f0ba8da

Please sign in to comment.