From 32ca2a8fd94a68bc0ca305ca0eaadc55b7d23f1c Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 12 Dec 2024 16:28:18 +0000 Subject: [PATCH] ci.yml: Test on PHP 8.4 --- .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 8424fd8..e435058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ] + php: [ 7.4, 8.0, 8.1, 8.2, 8.3, 8.4 ] include: - php: '7.4' coverage: true