Skip to content

Commit

Permalink
Upgrade swoole version to 4.8.10 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Aug 1, 2022
1 parent 7c63ef0 commit 38d38a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php-version: ['7.2', '7.3', '7.4', '8.0']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.7', 'master']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.10', 'master']
exclude:
- php-version: '8.0'
swoole-version: 'v4.4.26'
Expand All @@ -30,7 +30,7 @@ jobs:
swoole-version: 'master'
- os: ubuntu-latest
php-version: '8.1'
swoole-version: 'v4.8.7'
swoole-version: 'v4.8.10'
max-parallel: 15
fail-fast: false
env:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 1.x-dev
COMPOSER_ROOT_VERSION: 2.x-dev
run:
composer install -o

Expand All @@ -82,7 +82,7 @@ jobs:
matrix:
os: [macos-latest]
php-version: ['7.2', '7.3', '7.4', '8.0']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.7', 'master']
swoole-version: ['v4.4.26', 'v4.5.11', 'v4.6.7', 'v4.7.1', 'v4.8.10', 'master']
exclude:
- php-version: '8.0'
swoole-version: 'v4.4.26'
Expand All @@ -98,7 +98,7 @@ jobs:
swoole-version: 'master'
- os: macos-latest
php-version: '8.1'
swoole-version: 'v4.8.7'
swoole-version: 'v4.8.10'
max-parallel: 15
fail-fast: false
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://cdn.jsdelivr.net/gh/simple-swoole/docs/docs/logo.png ':size=200x200')
![](https://github.com/simps.png ':size=200x200')

# PHP MQTT

Expand Down

0 comments on commit 38d38a2

Please sign in to comment.