From aac77ed58de45237f91cf8a67dec77382fb90455 Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Fri, 5 Dec 2025 15:40:49 +0100 Subject: [PATCH 1/2] chore(ci): add PHP 8.5 to test matrix --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 050f4b053..adee8de31 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - php-versions: ['8.2', '8.3', '8.4'] + php-versions: ['8.2', '8.3', '8.4', '8.5'] runs-on: ubuntu-latest steps: From 105c43489bf42530a438d82a37b8e1a1921f1f74 Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Fri, 5 Dec 2025 15:41:11 +0100 Subject: [PATCH 2/2] chore(docs): bump copyright year --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1a7f99b5..3c4e4e540 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This package contains a (mostly auto-generated) PHP client for the mittwald mStu ## License -Copyright (c) 2023 Mittwald CM Service GmbH & Co. KG and contributors +Copyright (c) 2025 Mittwald CM Service GmbH & Co. KG and contributors This project is licensed under the MIT License; see the [LICENSE](./LICENSE) file for details.