From 3d65e5bbeb35d32e96096cb1c550003289316a50 Mon Sep 17 00:00:00 2001 From: otsch Date: Fri, 21 Nov 2025 14:47:37 +0100 Subject: [PATCH] Add PHP 8.5 in CI --- .github/workflows/ci.yml | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7edd262..dac9f36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4'] + php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - name: Checkout code diff --git a/LICENSE b/LICENSE index 81fc620..4b0c56e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Christian Olear +Copyright (c) 2025 Christian Olear Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the