From 5f185c94ebdeafb8297c22bf72612196cbb50cc4 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 27 Nov 2024 18:57:19 +0000 Subject: [PATCH] Add missing entry for PHP 8.4 --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 23c4a35bb..5da1bd79b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -121,6 +121,7 @@ jobs: if ('8.1' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' } if ('8.2' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' } if ('8.3' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' } + if ('8.4' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs17' } if ('nts' -eq '${{matrix.ts}}') { $artifact_name = $artifact_name + '-nts' } if ('x64' -eq '${{matrix.arch}}') { $artifact_name = $artifact_name + '-x86_64' }