Skip to content

Commit cea9c55

Browse files
committed
cant have both run and use in a step
1 parent 6e4d16c commit cea9c55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
with:
4444
args: --prefer-dist
4545
php_version: 8.0
46-
46+
- run: php -v
4747
- name: PHP Spec
48-
run: php -v
4948
uses: php-actions/phpspec@master
5049
with:
5150
config: phpspec.yml

0 commit comments

Comments
 (0)