Skip to content

Commit

Permalink
ci: fix job name in order to include php version (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Jan 9, 2024
1 parent 1d5c932 commit 381abd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
include:
- dependencies: "lowest"
php-version: "8.1"
name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
name: PHP ${{ matrix.php-version }} Test ${{ matrix.dependencies }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 381abd0

Please sign in to comment.