You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With php-version: 7.1 and tools: phive, this action installs a version of phive that is not compatible with php7.1. Phive's github releases mention: Please note: Version 0.14.x requires PHP 7.2 or later., so I'm assuming version 0.13.x works with PHP7.1, but I have not tested this.
Version
I have checked releases, and the bug exists in the latest patch version of v1 or v2.
v2
v1
Runners
GitHub Hosted
Self Hosted
Operating systems
ubuntu-latest
PHP versions
7.1
To Reproduce
with:
php-version: 7.1
tools: phive
Expected behavior run: phive install --force-accept-unsigned works without issues
Screenshots/Logs
Run phive install --force-accept-unsigned
phive install --force-accept-unsigned
shell: /bin/bash -e {0}
Phive requires PHP 7.2 or later; Upgrading to the latest version of PHP is highly recommended. (Version used: 7.1.33-24+ubuntu18.04.1+deb.sury.org+1)
Error: Process completed with exit code 1.
Additional context
Are you willing to submit a PR?
Not likely at the moment as I can work around it, but maybe in the future when I have some free time
The text was updated successfully, but these errors were encountered:
Describe the bug
With
php-version: 7.1
andtools: phive
, this action installs a version of phive that is not compatible with php7.1. Phive's github releases mention:Please note: Version 0.14.x requires PHP 7.2 or later.
, so I'm assuming version0.13.x
works with PHP7.1, but I have not tested this.Version
v1
orv2
.v2
v1
Runners
Operating systems
ubuntu-latest
PHP versions
7.1
To Reproduce
Expected behavior
run: phive install --force-accept-unsigned
works without issuesScreenshots/Logs
Additional context
Are you willing to submit a PR?
Not likely at the moment as I can work around it, but maybe in the future when I have some free time
The text was updated successfully, but these errors were encountered: