diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dcfbc8b07..d77aef427 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,18 +14,28 @@ jobs: fail-fast: true matrix: include: - - php: "8.3" - laravel: 10 - - php: "8.2" - laravel: 10 - - php: "8.1" - laravel: 9 - - php: "8.0" - laravel: 8 - - php: "7.4" - laravel: 8 - - php: "7.3" - laravel: 8 + - laravel: 10 + php: "8.3" + - laravel: 10 + php: "8.2" + - laravel: 10 + php: "8.1" + + - laravel: 9 + php: "8.2" + - laravel: 9 + php: "8.1" + - laravel: 9 + php: "8.0" + + - laravel: 8 + php: "8.1" + - laravel: 8 + php: "8.0" + - laravel: 8 + php: "7.4" + - laravel: 8 + php: "7.3" name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} steps: - uses: actions/checkout@v3 diff --git a/doc/introduction/requirements.md b/doc/introduction/requirements.md index e9d7ea529..fae105435 100644 --- a/doc/introduction/requirements.md +++ b/doc/introduction/requirements.md @@ -1,8 +1,8 @@ # Requirements -Lodata works with Laravel 8 (PHP 7.3 - 8.1) and Laravel 9 (PHP 8.0 - 8.1). +Lodata v5 works with: +- Laravel 8 (PHP 7.3 - 8.1) +- Laravel 9 (PHP 8.0 - 8.2) +- Laravel 10 (PHP 8.1 - 8.3) -* PHP: `^7.3|^7.4|^8.0` -* Laravel: `^8.0|^9.0` - -To use any of the PDO database connectors you must have the correct PHP extensions installed. \ No newline at end of file +To use any of the PDO database connectors you must have the correct PHP extensions installed.