Skip to content

Commit

Permalink
Fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner committed Sep 28, 2024
1 parent 814d994 commit 7fbef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
test:
runs-on: ubuntu-20.04
name: Laravel ${{ matrix.laravel }}
name: PHP ${{ matrix.php }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 7fbef8e

Please sign in to comment.