diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 036d77df..b4d6039c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['8.1'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['bugfix/noid/flow-mime-share'] primary-storage: ['local', 'minio'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}-${{ matrix.primary-storage}}