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 570132f commit a2e96f4Copy full SHA for a2e96f4
.github/workflows/ci-linux.yaml
@@ -137,4 +137,4 @@ jobs:
137
run: vendor/bin/simple-phpunit --version
138
139
- name: Run tests
140
- run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }}
+ run: vendor/bin/simple-phpunit ${{ env.PHPUNIT_FLAGS }} --version
.github/workflows/ci-windows.yaml
@@ -67,4 +67,4 @@ jobs:
67
68
69
- name: Run Tests
70
0 commit comments