Skip to content

Commit

Permalink
Add PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Dec 11, 2020
1 parent 8892ec4 commit d42f82f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.1', '7.2', '7.3', '7.4']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8",
"composer/semver": "^1.5",
"ocramius/package-versions": "^1.4",
"rybakit/msgpack": "^0.7",
Expand All @@ -20,9 +20,9 @@
"tarantool/client": "^0.8"
},
"require-dev": {
"php": "^7.1.3",
"php": "^7.1.3|^8",
"friendsofphp/php-cs-fixer": "^2.14",
"vimeo/psalm": "^3.9"
"vimeo/psalm": "^3.9|^4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d42f82f

Please sign in to comment.