File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4149Create a new database and set up both connections in the ` connections ` section of
You can’t perform that action at this time.
0 commit comments