Skip to content

Commit d7a4a4a

Browse files
committed
Fix job names
1 parent c3f5a01 commit d7a4a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PHP Quality Assurance
22
on: [push, pull_request]
33
jobs:
44

5-
Unit Tests:
5+
Unit_Tests:
66
runs-on: ubuntu-latest
77
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
88

@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ (matrix.php < 7.3) || ((matrix.php == 7.3) && (matrix.prefer == 'lowest')) }}
5050
run: ./vendor/bin/phpunit
5151

52-
Static Analisys:
52+
Static_Analisys:
5353
runs-on: ubuntu-latest
5454
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
5555

0 commit comments

Comments
 (0)