Skip to content

Commit

Permalink
Make comment more future-proof.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Jan 5, 2024
1 parent a49a4d2 commit 7031188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7031188

Please sign in to comment.