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 8d83cc8 commit ed18b54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
php-versions:
- 8.2
- 8.3
symfony-versions:
- ^6.3
- ^7.0
steps:
- name: checkout
uses: actions/checkout@master
Expand All @@ -41,6 +44,11 @@ jobs:
coverage: none
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
- name: composer update
run: composer update --prefer-stable
- name: tests
run: vendor/bin/phpunit

0 comments on commit ed18b54

Please sign in to comment.