diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a48067f31..d334bf1e2 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -210,6 +210,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['oci'] + server-versions: ["master"] name: php${{ matrix.php-versions }}-${{ matrix.databases }}