Skip to content

Commit

Permalink
Add missing 'ext-msgpack' to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Dec 13, 2020
1 parent 528abca commit df3ced0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: msgpack
coverage: none

- name: Get composer cache directory
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
extensions: msgpack
coverage: none

- name: Get composer cache directory
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"require-dev": {
"php": "^7.1.3|^8",
"ext-msgpack": "*",
"friendsofphp/php-cs-fixer": "^2.14",
"vimeo/psalm": "^3.9|^4"
},
Expand Down

0 comments on commit df3ced0

Please sign in to comment.