Skip to content

Commit

Permalink
Upgrading swoole/ide-helper (4.5.5 => 4.5.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
el7cosmos committed Oct 28, 2020
1 parent e238ec2 commit a3694df
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 121 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.5-php7.1'
uses: 'docker://phpswoole/swoole:4.5.6-php7.1'
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.5</version>
<version>4.5.6</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.5">Swoole 4.5.5</a>.
PHP stubs for <a href="https://github.com/swoole/swoole-src/releases/tag/v4.5.6">Swoole 4.5.6</a>.
]]></change-notes>

<idea-version since-build="173.0"/>
Expand Down
Loading

0 comments on commit a3694df

Please sign in to comment.