From 578fac70a029836471780b9efd0a5f916fb9c1e3 Mon Sep 17 00:00:00 2001 From: mahdi msr Date: Mon, 29 Sep 2025 04:10:55 +0330 Subject: [PATCH] dev: remove php 8.3 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d5f3e15..5467cd0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.4, 8.3] + php: [8.4] laravel: [12.*, 11.*] stability: [prefer-stable] include: