diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 921a9bacf..1c95871a3 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.2, 8.3 ] + php: [ 8.2, 8.3, 8.4 ] name: PHP ${{ matrix.php }} services: