We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f5a01 commit d7a4a4aCopy full SHA for d7a4a4a
.github/workflows/php-qa.yml
@@ -2,7 +2,7 @@ name: PHP Quality Assurance
2
on: [push, pull_request]
3
jobs:
4
5
- Unit Tests:
+ Unit_Tests:
6
runs-on: ubuntu-latest
7
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
8
@@ -49,7 +49,7 @@ jobs:
49
if: ${{ (matrix.php < 7.3) || ((matrix.php == 7.3) && (matrix.prefer == 'lowest')) }}
50
run: ./vendor/bin/phpunit
51
52
- Static Analisys:
+ Static_Analisys:
53
54
55
0 commit comments