diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-26 11:00:46 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-02-02 12:05:21 +0100 |
commit | ac5df8e94f1ffdaa16b96c00927830dc607628b0 (patch) | |
tree | a11472e2541ea913277ec615e95c23f8dcff9c8c /.github | |
parent | 0925709c622aeadd208b5b72448b3f1e7deb8c0b (diff) | |
download | nextcloud-server-ac5df8e94f1ffdaa16b96c00927830dc607628b0.tar.gz nextcloud-server-ac5df8e94f1ffdaa16b96c00927830dc607628b0.zip |
Catch deprecation warnings in oci tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/oci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index cbe4ac6df39..12bef5b1ed8 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -36,6 +36,7 @@ jobs: extensions: ctype, curl, dom, fileinfo, gd, imagick, intl, json, mbstring, oci8, openssl, pdo_sqlite, posix, sqlite, xml, zip tools: phpunit:9 coverage: none + ini-file: development env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |