Skip to content

Commit eba6f4b

Browse files
authored
docs: Add PHP compatibility table to README (#514)
1 parent 77b06f4 commit eba6f4b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
strategy:
2727
matrix:
2828
include:
29-
- name: PHP 8.1
30-
PHP_VERSION: 8.1
3129
- name: PHP 8.2
3230
PHP_VERSION: 8.2
31+
- name: PHP 8.1
32+
PHP_VERSION: 8.1
3333
fail-fast: false
34+
name: Test ${{ matrix.name }}
3435
steps:
3536
- uses: actions/checkout@v3
3637
- name: Use Node.js

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A library that gives you access to the powerful Parse Server backend from your P
2424

2525
## Table of Contents <!-- omit in toc -->
2626

27+
- [Compatibility](#compatibility)
2728
- [Installation](#installation)
2829
- [Install with Composer](#install-with-composer)
2930
- [Install with Git](#install-with-git)
@@ -64,6 +65,15 @@ A library that gives you access to the powerful Parse Server backend from your P
6465
- [Logs](#logs)
6566
- [Contributing / Testing](#contributing--testing)
6667

68+
## Compatibility
69+
70+
The Parse PHP SDK is continuously tested with the most recent releases of PHP to ensure compatibility. We follow the [PHP Long Term Support plan](https://www.php.net/supported-versions.php) and only test against versions that are officially supported and have not reached their end-of-life date.
71+
72+
| Version | End-of-Life | Compatible |
73+
|---------|-------------|------------|
74+
| PHP 8.2 | Dec 2024 | ✅ Yes |
75+
| PHP 8.1 | Nov 2023 | ✅ Yes |
76+
6777
## Installation
6878
There are various ways to install and use this sdk. We'll elaborate on a couple here.
6979
Note that the Parse PHP SDK requires PHP 5.4 or newer. It can also run on HHVM (recommended 3.0 or newer).

0 commit comments

Comments
 (0)