diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index adca7fe..9bbc248 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - php: [8.0, 7.4, 7.3, 7.2] + php: [8.1, 8.0, 7.4, 7.3, 7.2] laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*] os: [ubuntu-latest] include: @@ -42,6 +42,16 @@ jobs: php: 8.0 - laravel: 5.6.* php: 8.0 + - laravel: 5.6.* + php: 8.1 + - laravel: 5.7.* + php: 8.1 + - laravel: 5.8.* + php: 8.1 + - laravel: 6.* + php: 8.1 + - laravel: 7.* + php: 8.1 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/README.md b/README.md index 058a2e3..edda785 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Please check the table below for supported Laravel and PHP versions: | 5.8 | 7.2 or 7.3 or 7.4 | 6.x | 7.2 or 7.3 or 7.4 or 8.0 | 7.x | 7.2 or 7.3 or 7.4 or 8.0 -| 8.x | 7.3 or 7.4 or 8.0 +| 8.x | 7.3 or 7.4 or 8.0 or 8.1 # Installation