From 2c2cfdbab698cd61d66c1fc39104c65ad6351f5b Mon Sep 17 00:00:00 2001 From: Augustas Nedzinskas Date: Mon, 7 Oct 2024 18:16:30 +0200 Subject: [PATCH 1/2] chore: remove phpdoc for obsolete exception --- models/GroupsService.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/models/GroupsService.php b/models/GroupsService.php index ec586e4..004d034 100644 --- a/models/GroupsService.php +++ b/models/GroupsService.php @@ -30,7 +30,6 @@ use common_exception_Error; use core_kernel_classes_Class; use core_kernel_classes_Resource; -use League\Flysystem\FileExistsException; use oat\oatbox\user\User; use oat\tao\model\OntologyClassService; use oat\tao\model\TaoOntology; @@ -140,7 +139,6 @@ public function removeUser(string $userUri, core_kernel_classes_Resource $group) * * @throws common_Exception * @throws common_exception_Error - * @throws FileExistsException */ public function cloneInstance( core_kernel_classes_Resource $instance, From 173f6cbcc96d26b2845bcef43f0a26b81b3105f3 Mon Sep 17 00:00:00 2001 From: Augustas Nedzinskas Date: Wed, 16 Oct 2024 11:25:32 +0200 Subject: [PATCH 2/2] chore: update ci php version runs --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 7829b6f..21e2279 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -14,9 +14,9 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-latest ] - php-version: [ '7.4', '8.0', '8.1' ] + php-version: [ '8.1', '8.2', '8.3' ] include: - - php-version: '8.1' + - php-version: '8.3' coverage: true steps: