Browse Source
First install the php version then composer deps
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4589/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
5 additions and
5 deletions
-
.github/workflows/oci.yml
|
|
|
@ -49,18 +49,18 @@ jobs: |
|
|
|
with: |
|
|
|
path: apps/${{ env.APP_NAME }} |
|
|
|
|
|
|
|
- name: Set up PHPUnit |
|
|
|
working-directory: apps/${{ env.APP_NAME }} |
|
|
|
run: composer i |
|
|
|
|
|
|
|
- name: Set up php ${{ matrix.php-versions }} |
|
|
|
uses: "shivammathur/setup-php@v2" |
|
|
|
with: |
|
|
|
php-version: "${{ matrix.php-versions }}" |
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
extensions: mbstring, iconv, fileinfo, intl, oci8 |
|
|
|
tools: phpunit:8.5.2 |
|
|
|
coverage: none |
|
|
|
|
|
|
|
- name: Set up PHPUnit |
|
|
|
working-directory: apps/${{ env.APP_NAME }} |
|
|
|
run: composer i |
|
|
|
|
|
|
|
- name: Set up Nextcloud |
|
|
|
run: | |
|
|
|
mkdir data |
|
|
|
|