From 86605179bf8892d5f61772965f0a326ff17e2032 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 15 Mar 2024 02:55:05 +0300 Subject: [PATCH] Updated compatibility --- .github/workflows/phpunit.yml | 9 +++++++++ README.md | 10 +++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 0c9f33d..30bd8be 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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 }} diff --git a/README.md b/README.md index 8ad83bb..2c296f9 100644 --- a/README.md +++ b/README.md @@ -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