diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 30bd8be..0a16a52 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -9,16 +9,22 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.0", "8.1", "8.2", "8.3" ] + php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ] laravel: [ "8.0", "9.0", "10.0", "11.0" ] - psql: [ "9", "10", "11", "12", "13", "14", "15" ] + psql: [ "9", "10", "11", "12", "13", "14", "15", "16", "17" ] exclude: - laravel: "8.0" php: "8.3" + - laravel: "8.0" + php: "8.4" + - laravel: "9.0" php: "8.3" + - laravel: "9.0" + php: "8.4" + - laravel: "10.0" php: "8.0" diff --git a/README.md b/README.md index 2c296f9..1802bc6 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda | 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 | ✖️ | ✖️ | ✖️ | ✅ | ✅ | ✅ | ✅ | +| Laravel \ PostgreSQL | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | +|:---------------------|----|----|----|----|----|----|----|----|----| +| 8 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | +| 9 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | +| 10 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | +| 11 | ✖️ | ✖️ | ✖️ | ✅ | ✅ | ✅ | ✅ | | | ## Usage