Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
feat: add symfony versions to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicBoursin committed Jan 1, 2024
1 parent ed18b54 commit 4caabba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- 8.2
- 8.3
symfony-versions:
- ^6.3
- ^6.4
- ^7.0
steps:
- name: checkout
Expand All @@ -45,9 +45,9 @@ jobs:
extensions: mbstring, fileinfo, json, intl, dom
- name: composer install
run: composer require \
symfony/framework-bundle:${{ matrix.symfony-versions }} --no-update \
symfony/uid:${{ matrix.symfony-versions }} --no-update \
symfony/yaml:${{ matrix.symfony-versions }} --no-update
symfony/framework-bundle:${{ matrix.symfony-versions }} --dev --no-update \
symfony/uid:${{ matrix.symfony-versions }} --dev --no-update \
symfony/yaml:${{ matrix.symfony-versions }} --dev --no-update
- name: composer update
run: composer update --prefer-stable
- name: tests
Expand Down

0 comments on commit 4caabba

Please sign in to comment.