diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9a27a2d79..438ef4379 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,7 +23,7 @@ jobs: # containers: [1, 2, 3] php-versions: [ '8.0' ] databases: [ 'sqlite' ] - server-versions: [ 'master' ] + server-versions: [ 'stable29' ] steps: - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3b68ab53b..2a1f6e39a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: matrix: php-versions: ['8.1'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['stable29'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index a0737b23d..a23792baf 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -48,7 +48,7 @@ jobs: strategy: matrix: php-versions: ['8.2'] - server-versions: ['master'] + server-versions: ['stable29'] services: postgres: diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index e6b93fd8d..34934d6a7 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -48,7 +48,7 @@ jobs: strategy: matrix: php-versions: ['8.2'] - server-versions: ['master'] + server-versions: ['stable29'] steps: - name: Set app env diff --git a/composer.json b/composer.json index add315b88..337d23c6f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "roave/security-advisories": "dev-master", "phpunit/phpunit": "^9", "nextcloud/coding-standard": "^1.1", - "nextcloud/ocp": "dev-master", + "nextcloud/ocp": "dev-stable29", "psalm/phar": "^5.13" }, "config": { diff --git a/composer.lock b/composer.lock index 43af570f3..328375da2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "91d1163b8b5b076f39a79a9c394d0217", + "content-hash": "100910e14ce26e45293a1b29bc723416", "packages": [ { "name": "justinrainbow/json-schema", @@ -250,16 +250,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable29", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa" + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5da2030113ea8c39dbf5033529b86f625d2bf6fa", - "reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5ea8c371b46db50f79ee70e92893f6b310bc6f5e", + "reference": "5ea8c371b46db50f79ee70e92893f6b310bc6f5e", "shasum": "" }, "require": { @@ -269,11 +269,10 @@ "psr/event-dispatcher": "^1.0", "psr/log": "^1.1.4" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "29.0.0-dev" + "dev-stable29": "29.0.0-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -289,9 +288,9 @@ "description": "Composer package containing Nextcloud's public API (classes, interfaces)", "support": { "issues": "https://github.com/nextcloud-deps/ocp/issues", - "source": "https://github.com/nextcloud-deps/ocp/tree/master" + "source": "https://github.com/nextcloud-deps/ocp/tree/stable29" }, - "time": "2024-03-21T18:32:57+00:00" + "time": "2024-03-28T10:45:57+00:00" }, { "name": "nikic/php-parser",