Skip to content

Commit e0e8050

Browse files
committed
Fix PHP extensions for oci tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 21249c6 commit e0e8050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
with:
235235
php-version: ${{ matrix.php-versions }}
236236
tools: phpunit
237-
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql, zip, gd
237+
extensions: mbstring, iconv, fileinfo, intl, zip, gd, oci8
238238
coverage: none
239239

240240
- name: Set up PHPUnit

0 commit comments

Comments
 (0)