From 54bd0dc3bb264aa64176dc7dbe64069085b1da53 Mon Sep 17 00:00:00 2001 From: PyRowMan <6388129+PyRowMan@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:11:53 +0100 Subject: [PATCH] Remove PHP 8.2 test since it's no longer compatible --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 1c95871a3..fd36717d4 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, 8.4 ] + php: [ 8.3, 8.4 ] name: PHP ${{ matrix.php }} services: