Browse Source
Catch deprecation warnings in oci tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/36375/head
Côme Chilliet
4 years ago
committed by
Joas Schilling
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
1 additions and
0 deletions
-
.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 }} |
|
|
|
|
|
|
|
|