From 216c8b97d0431e040b8f0b09738afa729f6d2221 Mon Sep 17 00:00:00 2001 From: sunaoka Date: Mon, 16 Dec 2024 10:40:06 +0900 Subject: [PATCH] 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 fe8d251..9fee8a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - php: [ '8.0', '8.1', '8.2', '8.3' ] + php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] dependency-version: [ '' ] include: - php: '8.0'