Skip to content

Commit

Permalink
build(.github) better job name in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Oct 18, 2024
1 parent 9fbb505 commit bab88a7
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 @@ -30,7 +30,7 @@ concurrency:

jobs:
php-compatibility:
name: "PHP 7.1 compatibility"
name: "PHP 7.1-7.4 compatibility"
runs-on: "ubuntu-22.04"
timeout-minutes: 10
steps:
Expand Down

0 comments on commit bab88a7

Please sign in to comment.