Skip to content

Commit

Permalink
Updated compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 14, 2024
1 parent a8d661a commit 8660517
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:

- laravel: "11.0"
php: "8.1"

- laravel: "11.0"
psql: "9"

- laravel: "11.0"
psql: "10"

- laravel: "11.0"
psql: "11"

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

Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,17 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
| Service | Versions |
|:----------|:-----------------------------------|
| PHP | ^8.0 |
| Laravel | ^8.0, ^9.0, ^10.0 |
| Laravel | ^8.0, ^9.0, ^10.0, ^11.0 |
| Databases | MySQL 5.7+, PostgreSQL 9.5+, MSSQL |

| Laravel \ PostgreSQL | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
|:---------------------|----|----|----|----|----|----|----|
| 8 ||||||||
| 9 ||||||||
| 10 ||||||||
| 11 | ✖️ | ✖️ | ✖️ |||||


## Usage

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

0 comments on commit 8660517

Please sign in to comment.