Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 25, 2024
1 parent 2b7237a commit ab10f54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest', 'macos-latest', 'windows-latest']
# add here only the PHP versions and OS used in GitHub CI (for tests)
# and on the symfony.com server (where the Symfony Docs are built)
operating-system: ['ubuntu-latest']
php-version: ['7.4', '8.3']

steps:
Expand Down

0 comments on commit ab10f54

Please sign in to comment.