File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,41 @@ Now when executing your tests, enable the integration tests by running
433
433
HYBRID_INTEGRATION=1 ./vendor/bin/phpunit
434
434
```
435
435
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
+
436
471
## License
437
472
438
473
This library is licensed under the Apache 2.0 License.
You can’t perform that action at this time.
0 commit comments