Skip to content

Commit

Permalink
swoole/ide-helper (4.8.6 => 4.8.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
el7cosmos committed Feb 23, 2022
1 parent 2f5d9b3 commit db12954
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- run: composer install
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
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.8.6</version>
<version>4.8.7</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.8.6">Swoole 4.8.6</a>.
PHP stubs for <a href="https://github.com/swoole/swoole-src/releases/tag/v4.8.7">Swoole 4.8.7</a>.
]]></change-notes>

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

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

6 changes: 6 additions & 0 deletions script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
rm -rf phpstorm-swoole-plugin.jar swoole-meta
#./vendor/swoole/ide-helper/bin/generator.sh 4.5.2
mv vendor/swoole/ide-helper/src swoole-meta
zip -r phpstorm-swoole-plugin.jar META-INF swoole-meta
$(which composer) install

0 comments on commit db12954

Please sign in to comment.