From 56c342ab134ac353ec29ab5ab4fa22fbe9ae9059 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Sun, 24 Nov 2024 22:30:10 +0300 Subject: [PATCH] Added running tests for php 8.4 --- .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 bf66864..de71478 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.3, 8.2, 8.1] + php: [8.4, 8.3, 8.2, 8.1] laravel: [11.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] include: