Skip to content

Commit

Permalink
Code Coverage and update phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
kdebisschop committed Jul 11, 2023
1 parent d904874 commit e79b333
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.4', '8.0']
php-version: ['8.1', '8.2']

runs-on: ${{ matrix.operating-system }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"php": "^7.4 || ^8.0",
"php": "~8.1",
"google/apiclient": "^2.8",
"wizaplace/php-etl": "^1.3"
},
Expand All @@ -28,13 +28,13 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
"infection/infection": "^0.20.2",
"friendsofphp/php-cs-fixer": "^3.7",
"infection/infection": "^0.26",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12 || ^1.0",
"phpstan/phpstan-deprecation-rules": "^0.12 || ^1.0",
"phpstan/phpstan-strict-rules": "^0.12 || ^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.5"
},
Expand Down

0 comments on commit e79b333

Please sign in to comment.