Skip to content

Commit 381abd0

Browse files
authored
ci: fix job name in order to include php version (#129)
1 parent 1d5c932 commit 381abd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
include:
6767
- dependencies: "lowest"
6868
php-version: "8.1"
69-
name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
69+
name: PHP ${{ matrix.php-version }} Test ${{ matrix.dependencies }}
7070

7171
steps:
7272
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)