Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 402bf30

Browse files
committed
ci: fix github actions job name
1 parent ce89f58 commit 402bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
framework: "laravel/framework:^10.0"
4545
swoole: "4.8.13"
4646

47-
name: PHP ${{ matrix.php }} (${{ matrix.framework }})
47+
name: PHP ${{ matrix.php }} (${{ matrix.framework }}) swoole-(${{ matrix.swoole }})
4848

4949
steps:
5050
- name: Setup PHP

0 commit comments

Comments
 (0)