Skip to content

Commit ab10f54

Browse files
committed
-
1 parent 2b7237a commit ab10f54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
operating-system: ['ubuntu-latest', 'macos-latest', 'windows-latest']
37+
# add here only the PHP versions and OS used in GitHub CI (for tests)
38+
# and on the symfony.com server (where the Symfony Docs are built)
39+
operating-system: ['ubuntu-latest']
3840
php-version: ['7.4', '8.3']
3941

4042
steps:

0 commit comments

Comments
 (0)