Skip to content

Commit bfe5d51

Browse files
committed
fix: fix docker image of swoole in workflows
1 parent 551fafb commit bfe5d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- php: "8.3"
1919
swoole: "5.1.6"
2020
- php: "8.4"
21-
swoole: "5.1.6"
21+
swoole: "6.0.2"
2222

2323
name: PHP ${{ matrix.php }} (swoole-${{ matrix.swoole }})
2424

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- php: "8.3"
1919
swoole: "5.1.6"
2020
- php: "8.4"
21-
swoole: "5.1.6"
21+
swoole: "6.0.2"
2222

2323
name: PHP ${{ matrix.php }} (swoole-${{ matrix.swoole }})
2424

0 commit comments

Comments
 (0)