We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38afc5e commit 3cf4b34Copy full SHA for 3cf4b34
.github/workflows/tests.yaml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | PHPENV_ROOT=$HOME/.phpenv-root bash
35
echo 'export PATH="${PHPENV_ROOT}/bin:${PATH}"' >> ~/.bash_profile
36
+ export PATH="${PHPENV_ROOT}/bin:${PATH}"
37
eval "$(phpenv init -)"
38
exec $SHELL -l
39
0 commit comments