Skip to content

Commit d42f82f

Browse files
committed
Add PHP 8 support
1 parent 8892ec4 commit d42f82f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
operating-system: [ubuntu-latest]
13-
php-versions: ['7.1', '7.2', '7.3', '7.4']
13+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
1414
runs-on: ${{ matrix.operating-system }}
1515
steps:
1616
- name: Checkout

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1",
14+
"php": "^7.1|^8",
1515
"composer/semver": "^1.5",
1616
"ocramius/package-versions": "^1.4",
1717
"rybakit/msgpack": "^0.7",
@@ -20,9 +20,9 @@
2020
"tarantool/client": "^0.8"
2121
},
2222
"require-dev": {
23-
"php": "^7.1.3",
23+
"php": "^7.1.3|^8",
2424
"friendsofphp/php-cs-fixer": "^2.14",
25-
"vimeo/psalm": "^3.9"
25+
"vimeo/psalm": "^3.9|^4"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)