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 50114a5 commit d2408ebCopy full SHA for d2408eb
.github/workflows/ci-linux.yaml
@@ -94,4 +94,4 @@ jobs:
94
run: vendor/bin/simple-phpunit --version
95
96
- name: Run tests
97
- 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