Skip to content

Commit 55cbe2f

Browse files
committed
explicitly set used version 7.4
1 parent 2325727 commit 55cbe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP with XDebug
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
#php-version: 7.3
23+
php-version: 7.4
2424
coverage: xdebug
2525
tools: composer
2626

0 commit comments

Comments
 (0)