From 7512871844465ed70b89ba4b67737165ee6a1671 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Tue, 7 Nov 2023 21:22:15 +0100 Subject: [PATCH] Adjust compatibility matrix --- .github/workflows/php-qa.yml | 8 ++++++++ README.md | 7 ++++--- docs/index.md | 11 ++++++----- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/workflows/php-qa.yml b/.github/workflows/php-qa.yml index 43d53a1..8a44714 100644 --- a/.github/workflows/php-qa.yml +++ b/.github/workflows/php-qa.yml @@ -69,10 +69,18 @@ jobs: exclude: - php-ver: '8.1' composer-ver: '2.0' + - php-ver: '8.1' + composer-ver: '2.1' + - php-ver: '8.1' + composer-ver: '2.2' - php-ver: '8.2' composer-ver: '2.0' - php-ver: '8.2' composer-ver: '2.1' + - php-ver: '8.2' + composer-ver: '2.2' + - php-ver: '8.2' + composer-ver: '2.3' steps: - name: Update "USE_COVERAGE" env var based on matrix if: ${{ (matrix.php-ver == '8.0') && (matrix.dependency-versions == 'highest') && (matrix.composer-ver == '2.5') }} diff --git a/README.md b/README.md index 29a124e..93b9459 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,12 @@ WP Starter is the easiest and fastest way to bootstrap WordPress sites entirely | Composer ↓ / PHP → | 7.4 | 8.0 | 8.1 | 8.2 | |:------------------:|:---:|:---:|:---:|:---:| | 2.0 | ✔ | ✔ | - | - | -| 2.1 | ✔ | ✔ | ✔ | - | -| 2.2 | ✔ | ✔ | ✔ | ✔ | -| 2.3 | ✔ | ✔ | ✔ | ✔ | +| 2.1 | ✔ | ✔ | - | - | +| 2.2 | ✔ | ✔ | - | - | +| 2.3 | ✔ | ✔ | ✔ | - | | 2.4 | ✔ | ✔ | ✔ | ✔ | | 2.5 | ✔ | ✔ | ✔ | ✔ | +| 2.6 | ✔ | ✔ | ✔ | ✔ | diff --git a/docs/index.md b/docs/index.md index 87f86de..e07d425 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,8 +26,8 @@ WP Starter is the easiest and fastest way to bootstrap WordPress sites entirely # System Requirements - - PHP 7.1+ - - [Composer](https://getcomposer.org/) >= 1.10 + - PHP 7.4+ + - [Composer](https://getcomposer.org/) >= 2.0 ### Composer - PHP Support Table @@ -35,11 +35,12 @@ WP Starter is the easiest and fastest way to bootstrap WordPress sites entirely | Composer ↓ / PHP → | 7.4 | 8.0 | 8.1 | 8.2 | |:------------------:|:---:|:---:|:---:|:---:| | 2.0 | ✔ | ✔ | - | - | -| 2.1 | ✔ | ✔ | ✔ | - | -| 2.2 | ✔ | ✔ | ✔ | ✔ | -| 2.3 | ✔ | ✔ | ✔ | ✔ | +| 2.1 | ✔ | ✔ | - | - | +| 2.2 | ✔ | ✔ | - | - | +| 2.3 | ✔ | ✔ | ✔ | - | | 2.4 | ✔ | ✔ | ✔ | ✔ | | 2.5 | ✔ | ✔ | ✔ | ✔ | +| 2.6 | ✔ | ✔ | ✔ | ✔ | # License