Skip to content

Commit 2077971

Browse files
authored
Merge pull request #237 from mrrobot47/docs/sync-php-versions-readme
docs: regenerate README for current PHP version support
2 parents 9a08e17 + 21984cb commit 2077971

1 file changed

Lines changed: 44 additions & 8 deletions

File tree

README.md

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,21 @@ ee site create --type=wp <site-name> [--cache] [--vip] [--mu=<subdir>] [--mu=<su
5858
Enable cache with local redis container.
5959

6060
[--php=<php-version>]
61-
PHP version for site. Currently only supports PHP 5.6 and latest.
61+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest.
6262
---
63-
default: latest
63+
default: 8.4
6464
options:
6565
- 5.6
66+
- 7.0
6667
- 7.2
68+
- 7.3
69+
- 7.4
70+
- 8.0
71+
- 8.1
72+
- 8.2
73+
- 8.3
74+
- 8.4
75+
- 8.5
6776
- latest
6877
---
6978

@@ -246,12 +255,21 @@ ee site info --type=wp <site-name> [--cache] [--vip] [--mu=<subdir>] [--mu=<subd
246255
Enable cache with local redis container.
247256

248257
[--php=<php-version>]
249-
PHP version for site. Currently only supports PHP 5.6 and latest.
258+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest.
250259
---
251-
default: latest
260+
default: 8.4
252261
options:
253262
- 5.6
263+
- 7.0
254264
- 7.2
265+
- 7.3
266+
- 7.4
267+
- 8.0
268+
- 8.1
269+
- 8.2
270+
- 8.3
271+
- 8.4
272+
- 8.5
255273
- latest
256274
---
257275

@@ -518,12 +536,21 @@ ee site reload --type=wp <site-name> [--cache] [--vip] [--mu=<subdir>] [--mu=<su
518536
Enable cache with local redis container.
519537

520538
[--php=<php-version>]
521-
PHP version for site. Currently only supports PHP 5.6 and latest.
539+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest.
522540
---
523-
default: latest
541+
default: 8.4
524542
options:
525543
- 5.6
544+
- 7.0
526545
- 7.2
546+
- 7.3
547+
- 7.4
548+
- 8.0
549+
- 8.1
550+
- 8.2
551+
- 8.3
552+
- 8.4
553+
- 8.5
527554
- latest
528555
---
529556

@@ -653,12 +680,21 @@ ee site restart --type=wp <site-name> [--cache] [--vip] [--mu=<subdir>] [--mu=<s
653680
Enable cache with local redis container.
654681

655682
[--php=<php-version>]
656-
PHP version for site. Currently only supports PHP 5.6 and latest.
683+
PHP version for site. Currently only supports PHP 5.6, 7.0, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 and latest.
657684
---
658-
default: latest
685+
default: 8.4
659686
options:
660687
- 5.6
688+
- 7.0
661689
- 7.2
690+
- 7.3
691+
- 7.4
692+
- 8.0
693+
- 8.1
694+
- 8.2
695+
- 8.3
696+
- 8.4
697+
- 8.5
662698
- latest
663699
---
664700

0 commit comments

Comments
 (0)