diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 52ddf42..9515b15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3] laravel: [10] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}