diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..a48972c --- /dev/null +++ b/.github/workflows/main.yml @@ -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. diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 70e7a29..8b9d05f 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -2,7 +2,7 @@ me.elabee.idea.plugin.swoole Swoole IDE Helper - 4.8.6 + 4.8.7 Luhur Abdi Rizal Swoole 4.8.6. + PHP stubs for Swoole 4.8.7. ]]> diff --git a/composer.lock b/composer.lock index 4e14d92..dcda21a 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "swoole/ide-helper", - "version": "4.8.6", + "version": "4.8.7", "source": { "type": "git", "url": "https://github.com/swoole/ide-helper.git", - "reference": "b277ed171a29f7bbce1c5feee5581553101e06bf" + "reference": "62d306dcfdb7c2cd21768386955af9de387163f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swoole/ide-helper/zipball/b277ed171a29f7bbce1c5feee5581553101e06bf", - "reference": "b277ed171a29f7bbce1c5feee5581553101e06bf", + "url": "https://api.github.com/repos/swoole/ide-helper/zipball/62d306dcfdb7c2cd21768386955af9de387163f9", + "reference": "62d306dcfdb7c2cd21768386955af9de387163f9", "shasum": "" }, "type": "library", @@ -34,7 +34,7 @@ "description": "IDE help files for Swoole.", "support": { "issues": "https://github.com/swoole/ide-helper/issues", - "source": "https://github.com/swoole/ide-helper/tree/4.8.6" + "source": "https://github.com/swoole/ide-helper/tree/4.8.7" }, "funding": [ { @@ -46,7 +46,7 @@ "type": "github" } ], - "time": "2022-01-11T17:42:26+00:00" + "time": "2022-02-23T01:04:01+00:00" } ], "packages-dev": [ diff --git a/script.sh b/script.sh new file mode 100755 index 0000000..4732333 --- /dev/null +++ b/script.sh @@ -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