From b0ee6b512e9bb4e0c71795972355b9c6360d2b30 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 13 Mar 2025 11:22:02 -0400 Subject: [PATCH] add php 8.4 to CI Should 8.1 be kept? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cc234a..0501692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4] deps: [highest] symfony: [6.4.*, 7.0.*] include: