Skip to content

Commit

Permalink
Upgrading swoole/ide-helper (4.5.8 => 4.5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
el7cosmos committed Dec 1, 2020
1 parent 4863cfd commit 9c63cbf
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: 'composer install --working-dir=vendor/swoole/ide-helper'
-
id: generate
uses: 'docker://phpswoole/swoole:4.5.8-php7.3'
uses: 'docker://phpswoole/swoole:4.5.9-php7.3'
with:
args: vendor/swoole/ide-helper/bin/generator.php
-
Expand Down
4 changes: 2 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<idea-plugin>
<id>me.elabee.idea.plugin.swoole</id>
<name>Swoole IDE Helper</name>
<version>4.5.8</version>
<version>4.5.9</version>
<vendor email="[email protected]" url="https://elabee.me">Luhur Abdi Rizal</vendor>

<description><![CDATA[
IDE help files for Swoole.
]]></description>

<change-notes><![CDATA[
PHP stubs for <a href="https://github.com/swoole/swoole-src/releases/tag/v4.5.8">Swoole 4.5.8</a>.
PHP stubs for <a href="https://github.com/swoole/swoole-src/releases/tag/v4.5.9">Swoole 4.5.9</a>.
]]></change-notes>

<idea-version since-build="173.0"/>
Expand Down
90 changes: 48 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c63cbf

Please sign in to comment.