mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Run oci tests against phpunit9/php8
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
ee49498586
commit
cab44b6311
2 changed files with 4 additions and 3 deletions
6
.github/workflows/oci.yml
vendored
6
.github/workflows/oci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: [ '7.4' ]
|
||||
php-versions: [ '8.0' ]
|
||||
databases: [ 'oci' ]
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
|
||||
|
|
@ -41,8 +41,8 @@ jobs:
|
|||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: ctype,curl,dom,fileinfo,gd,iconv,intl,json,mbstring,oci8,openssl,pdo_sqlite,posix,sqlite,xml,zip
|
||||
tools: phpunit:8.5.2
|
||||
extensions: ctype,curl,dom,fileinfo,gd,iconv,imagick,intl,json,mbstring,oci8,openssl,pdo_sqlite,posix,sqlite,xml,zip
|
||||
tools: phpunit:9
|
||||
coverage: none
|
||||
|
||||
- name: Set up Nextcloud
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ use OCP\Defaults;
|
|||
use OCP\IDBConnection;
|
||||
use OCP\IL10N;
|
||||
use OCP\Security\ISecureRandom;
|
||||
use PHPUnit\Util\Test;
|
||||
|
||||
abstract class TestCase extends \PHPUnit\Framework\TestCase {
|
||||
/** @var \OC\Command\QueueBus */
|
||||
|
|
|
|||
Loading…
Reference in a new issue