From 7031188e988f8a0db3654151b4d4bccfc02cbe4b Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Fri, 5 Jan 2024 10:23:05 -0500 Subject: [PATCH] Make comment more future-proof. --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8bd7174e361..bc333856215 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,9 @@ jobs: strategy: matrix: php-version: ['8.1', '8.2', '8.3'] - # We run most tests on all platforms, but we only run Javascript-related tests in 8.1. - # Since the results should be the same on all platforms, we don't need to repeat them. + # We run PHP-based tests on all platforms (qa-php), but we only include PHP AND + # Javascript-related tests (qa-console) once. Since the JS results should be the + # same on all platforms, we don't need to repeat them. include: - php-version: 8.1 phing_tasks: "qa-php"