Skip to content

Commit

Permalink
Merge 64b06ae into 531c1a5
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Sep 13, 2022
2 parents 531c1a5 + 64b06ae commit a107bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -16,6 +16,7 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
composer_args:
- ''
- '--prefer-stable --prefer-lowest'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.4 <8.2",
"php": ">=7.4 <8.3",
"nikic/php-parser": "^4.13.1",
"phpstan/phpstan": "^1.0"
},
Expand Down

0 comments on commit a107bdb

Please sign in to comment.