Skip to content

Commit 0c28e8f

Browse files
committed
Updated phpspec action
1 parent a1c0475 commit 0c28e8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/phpspec.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ jobs:
99
with:
1010
args: --prefer-dist
1111
php_version: '8.2'
12+
- uses: shivammathur/setup-php@v2
13+
with:
14+
php-version: '8.2'
15+
coverage: none
1216
- name: PHP Spec
1317
run: bin/phpspec run spec

0 commit comments

Comments
 (0)