From 842017cec8beb80075c25428bc6aedb68f17bdcb Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Wed, 23 Oct 2024 21:11:50 +0200 Subject: [PATCH] add PHP 8.4 to CI --- .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 f92d696..00e51f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: [ '8.1', '8.2', '8.3'] + php-version: [ '8.1', '8.2', '8.3', '8.4'] dependencies: ['highest'] include: - php-version: '8.1'