We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6285474 commit 875c48cCopy full SHA for 875c48c
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [ ubuntu-latest ]
16
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
17
- swoole-version: [ 'v4.8.13', 'v5.1.3', 'master' ]
+ swoole-version: [ 'v4.8.13', 'v5.1.4', 'master' ]
18
exclude:
19
- php-version: '8.3'
20
swoole-version: 'v4.8.13'
@@ -71,7 +71,7 @@ jobs:
71
72
os: [ macos-latest ]
73
74
75
76
77
0 commit comments