Skip to content

Commit 72ec5ff

Browse files
Merge pull request #60 from singlestore-labs/compatibilityMatrix
Added compatibility matrix to the README
2 parents 6f628cd + ad19147 commit 72ec5ff

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,41 @@ Now when executing your tests, enable the integration tests by running
433433
HYBRID_INTEGRATION=1 ./vendor/bin/phpunit
434434
```
435435

436+
## Compatibility matrix
437+
<table>
438+
<thead>
439+
<tr>
440+
<th>Driver version</th>
441+
<th>Laravel version</th>
442+
<th>PHP version</th>
443+
</tr>
444+
</thead>
445+
<tbody>
446+
<tr>
447+
<td rowspan=2>0.0 - 1.4</td>
448+
<td>8</td>
449+
<td>7.3 - 8.0</td>
450+
</tr>
451+
<tr>
452+
<td>9</td>
453+
<td>8.0 - 8.1</td>
454+
</tr>
455+
<tr>
456+
<td rowspan=3>1.5</td>
457+
<td>8</td>
458+
<td>7.3 - 8.0</td>
459+
</tr>
460+
<tr>
461+
<td>9</td>
462+
<td>8.0 - 8.1</td>
463+
</tr>
464+
<tr>
465+
<td>10</td>
466+
<td>8.1</td>
467+
</tr>
468+
</tbody>
469+
</table>
470+
436471
## License
437472

438473
This library is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)