We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d77b5 commit 695206fCopy full SHA for 695206f
.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
+ source ~/.bash_profile
37
export PATH="${PHPENV_ROOT}/bin:${PATH}"
38
eval "$(/home/runner/.phpenv-root/bin/phpenv init -)"
39
exec $SHELL -l
0 commit comments