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

Commit

Permalink
feat: upgrade symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicBoursin committed Jan 2, 2024
1 parent 4caabba commit 81b539f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- 8.2
- 8.3
symfony-versions:
- ^6.4
- ^7.0
- 6.4.*
- 7.0.*
steps:
- name: checkout
uses: actions/checkout@master
Expand All @@ -43,12 +43,13 @@ jobs:
php-version: '${{ matrix.php-versions }}'
coverage: none
extensions: mbstring, fileinfo, json, intl, dom
- name: composer install
run: composer require \
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: Install Symfony Flex
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins symfony/flex
- name: composer update
run: composer update --prefer-stable
run: composer update --prefer-dist
env:
SYMFONY_REQUIRE: "${{ matrix.symfony-versions }}"
- name: tests
run: vendor/bin/phpunit

0 comments on commit 81b539f

Please sign in to comment.