We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528abca commit df3ced0Copy full SHA for df3ced0
.github/workflows/qa.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{ matrix.php-versions }}
23
+ extensions: msgpack
24
coverage: none
25
26
- name: Get composer cache directory
@@ -52,6 +53,7 @@ jobs:
52
53
54
55
php-version: '7.4'
56
57
58
59
composer.json
@@ -21,6 +21,7 @@
},
"require-dev": {
"php": "^7.1.3|^8",
+ "ext-msgpack": "*",
"friendsofphp/php-cs-fixer": "^2.14",
"vimeo/psalm": "^3.9|^4"
27
0 commit comments