Skip to content

Commit ab05e4f

Browse files
committed
fix: remove useless default php version
1 parent 8409f63 commit ab05e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 3
22

33
vars:
44
# Required variables
5-
PHP_VERSION: '{{ .PHP_VERSION | default "5.6" }}'
5+
PHP_VERSION: '{{ .PHP_VERSION}}'
66
PHPUNIT_VERSION: '{{ .PHPUNIT_VERSION }}'
77
# Defaulted variable
88
COMPOSER_VERSION: '{{ .COMPOSER_VERSION | default "2" }}'

0 commit comments

Comments
 (0)