Skip to content

Commit

Permalink
chore: rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 7, 2024
1 parent 5ea0119 commit e261385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
php: [8.1, 8.2, 8.3]
stability: [prefer-dist]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
name: php ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down

0 comments on commit e261385

Please sign in to comment.