We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9911ab2 commit 2fbedbaCopy full SHA for 2fbedba
.github/workflows/static-analysis.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout code
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
23
- name: Setup PHP
24
uses: shivammathur/setup-php@v2
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
25
@@ -31,5 +31,5 @@ jobs:
31
- name: Install Composer dependencies
32
run: composer install --prefer-dist --no-interaction
33
34
- - name: Execute tests
+ - name: Run tests
35
run: vendor/bin/phpunit
0 commit comments