Skip to content

Commit 8660517

Browse files
Updated compatibility
1 parent a8d661a commit 8660517

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727

2828
- laravel: "11.0"
2929
php: "8.1"
30+
31+
- laravel: "11.0"
32+
psql: "9"
33+
34+
- laravel: "11.0"
35+
psql: "10"
36+
37+
- laravel: "11.0"
38+
psql: "11"
3039

3140
name: php ${{ matrix.php }}, lr ${{ matrix.laravel }}, pg ${{ matrix.psql }}
3241

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,17 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
3333
| Service | Versions |
3434
|:----------|:-----------------------------------|
3535
| PHP | ^8.0 |
36-
| Laravel | ^8.0, ^9.0, ^10.0 |
36+
| Laravel | ^8.0, ^9.0, ^10.0, ^11.0 |
3737
| Databases | MySQL 5.7+, PostgreSQL 9.5+, MSSQL |
3838

39+
| Laravel \ PostgreSQL | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
40+
|:---------------------|----|----|----|----|----|----|----|
41+
| 8 ||||||||
42+
| 9 ||||||||
43+
| 10 ||||||||
44+
| 11 | ✖️ | ✖️ | ✖️ |||||
45+
46+
3947
## Usage
4048

4149
Create a new database and set up both connections in the `connections` section of

0 commit comments

Comments
 (0)