Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎.github/workflows/qa.yml‎

Lines changed: 1 addition & 1 deletion
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

‎composer.json‎

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /