Skip to content

Commit

Permalink
CI se spouští oproti PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPala committed Dec 17, 2021
1 parent 90f1898 commit 7342a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"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 7342a45

Please sign in to comment.