From 8ec178f8086bab018c45954974cda1d0abe31c77 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Mon, 29 Jun 2026 07:50:55 +0000 Subject: [PATCH 1/2] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index ecb87ace..cf5fce4c 100644 --- a/composer.lock +++ b/composer.lock @@ -289,16 +289,16 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "b01a80e20e17c3bf3c5d8a0246289ec465fd0b0f" + "reference": "03c5f067e3e909d8f338db4a727d299ca49cd464" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/b01a80e20e17c3bf3c5d8a0246289ec465fd0b0f", - "reference": "b01a80e20e17c3bf3c5d8a0246289ec465fd0b0f", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/03c5f067e3e909d8f338db4a727d299ca49cd464", + "reference": "03c5f067e3e909d8f338db4a727d299ca49cd464", "shasum": "" }, "require": { - "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5", + "php": "~8.3 || ~8.4 || ~8.5", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", @@ -331,7 +331,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2026-06-04T02:37:15+00:00" + "time": "2026-06-27T07:35:50+00:00" }, { "name": "php-cs-fixer/shim", From 576c5f51d19a237cfc956fc8db9e132984dd484d Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 29 Jun 2026 09:52:42 +0200 Subject: [PATCH 2/2] ci: Update PHP versions for tests Signed-off-by: provokateurin --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78e50363..62502599 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,9 +26,6 @@ concurrency: jobs: openapi: runs-on: ubuntu-latest - strategy: - matrix: - php-versions: [ "8.1" ] name: openapi @@ -38,10 +35,10 @@ jobs: with: persist-credentials: false - - name: Set up php ${{ matrix.php-versions }} + - name: Set up php8.3 uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2.37.2 with: - php-version: ${{ matrix.php-versions }} + php-version: 8.3 coverage: none ini-file: development env: