From 2729e4f71bce2433b0222b32055db717ece19414 Mon Sep 17 00:00:00 2001 From: Marcus Jaschen Date: Thu, 7 Dec 2023 11:13:55 +0100 Subject: [PATCH] add compatibility matrix to docs --- .github/workflows/docs.yml | 3 +++ docs/010_Installation.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f755210..6a193a7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,9 @@ on: push: tags: - '*' + branches: + - main + - docs jobs: diff --git a/docs/010_Installation.md b/docs/010_Installation.md index 394ccda..2559167 100644 --- a/docs/010_Installation.md +++ b/docs/010_Installation.md @@ -12,6 +12,22 @@ The 2.x releases require PHP >= 7.0 but don't get feature updates any longer. Bu The 1.x release line has support for PHP >= 5.4. Bugfixes won't be backported. +### Compatibility Matrix + +| PHP Version | phpgeo Version | Support Status | Composer Install | +|:-----------:|:--------------:|:----------------:|------------------------------------------| +| 8.2 | 4.x | ✅ active | `composer require mjaschen/phpgeo` | +| 8.1 | 4.x | ✅ active | `composer require mjaschen/phpgeo` | +| 8.0 | 4.x | ✅ active | `composer require mjaschen/phpgeo` | +| 7.4 | 4.x | ✅ active | `composer require mjaschen/phpgeo` | +| 7.3 | 4.x | ✅ active | `composer require mjaschen/phpgeo` | +| 7.2 | 3.x | ⚠️ security only | `composer require mjaschen/phpgeo:^3.0` | +| 7.1 | 2.x | ❌ end of life | `composer require mjaschen/phpgeo:^2.0` | +| 7.0 | 2.x | ❌ end of life | `composer require mjaschen/phpgeo:^2.0` | +| 5.6 | 1.x | ❌ end of life | `composer require mjaschen/phpgeo:^1.0` | +| 5.5 | 1.x | ❌ end of life | `composer require mjaschen/phpgeo:^1.0` | +| 5.4 | 1.x | ❌ end of life | `composer require mjaschen/phpgeo:^1.0` | + ## Installation *phpgeo* is best be installed using Composer. Please visit the