Skip to content

Commit e05fada

Browse files
committed
feat: support Swoole v6 only
Signed-off-by: mmalac <[email protected]>
1 parent 9598f59 commit e05fada

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches:
77
tags:
88

9+
env:
10+
default_php: 8.2
11+
912
jobs:
1013
ci:
1114
uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"require": {
3737
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
38-
"ext-swoole": "*",
38+
"ext-swoole": "^6.0",
3939
"dflydev/fig-cookies": "^2.0.1 || ^3.0",
4040
"laminas/laminas-cli": "^1.8",
4141
"laminas/laminas-diactoros": "^2.25.2 || ^3.0",

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)