Skip to content

Commit 6d11e75

Browse files
committed
install phpenv
1 parent 03f364a commit 6d11e75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
php-version: ${{ matrix.php }}
3131

32+
- name: install phpenv
33+
run: curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | PHPENV_ROOT=$HOME/.phpenv-root bash
34+
3235
- name: Clone Kanboard repository
3336
run: git clone --depth 1 $KANBOARD_REPO
3437

0 commit comments

Comments
 (0)