From 1f26f793ba7d18f59f0ed7cda95f6d0c4a99ca1d Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 17 Mar 2025 13:58:20 -0700 Subject: [PATCH] Issue #5443 Drop support for PHP 7.4, add PHP 8.4 --- .github/workflows/test-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 68283b430..fc7274317 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -16,10 +16,10 @@ jobs: fail-fast: false matrix: interpreter: - - image: php:7.4 - image: php:8.1 - image: php:8.2 - image: php:8.3 + - image: php:8.4 db: - image: mysql:5.5 - image: bitnami/mysql:8.0