Skip to content

Commit

Permalink
Merge pull request #6 from peckadesign/MilanPala-patch-1
Browse files Browse the repository at this point in the history
Uvolnění závislostí pro celé PHP 8
  • Loading branch information
MilanPala authored Dec 17, 2021
2 parents 834b70f + 7342a45 commit d922511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-package-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 7.4, 8.0 ]
php: [ 7.4, 8.0, 8.1 ]
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": "7.4.* || 8.0.*",
"php": "7.4.* || 8.*",
"tracy/tracy": ">= 2.4.18"
},
"require-dev": {
"phpstan/phpstan": "0.12.75"
"phpstan/phpstan": "1.2.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit d922511

Please sign in to comment.