Skip to content

Commit

Permalink
Adjust compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Nov 7, 2023
1 parent 6744e48 commit 7512871
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |||||



Expand Down
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,21 @@ 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

| 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

Expand Down

0 comments on commit 7512871

Please sign in to comment.