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 d13c504 commit 5b77347Copy full SHA for 5b77347
.github/workflows/php.yml
@@ -19,10 +19,10 @@ jobs:
19
phpunit: '10.0'
20
runs-on: ubuntu-latest
21
name: PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}
22
-
+
23
steps:
24
- uses: actions/checkout@v1
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
28
with:
@@ -31,6 +31,7 @@ jobs:
31
ini-values: error_reporting=E_ALL
32
coverage: pcov
33
tools: composer:v2
34
35
- name: Validate composer.json and composer.lock
36
run: composer validate
37
@@ -43,6 +44,6 @@ jobs:
43
44
45
#- name: Run type checker
46
# run: ./vendor/bin/psalm
47
48
- name: Run unit tests
49
run: ./vendor/bin/phpunit --testdox --no-coverage
0 commit comments