Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 31, 2023
1 parent 81caba0 commit c76c136
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,10 @@ jobs:
php-version: "${{ matrix.php-versions }}"
extensions: "intl, xdebug"

- name: "Adapt dependencies"
if: ${{ matrix.php-versions == '8.3' }}
run: composer config platform.php 8.2.99

- name: "Adapt dependencies"
if: ${{ matrix.symfony == '^6.4' || matrix.symfony == '^7.0' }}
run: composer config minimum-stability dev

- name: "Install dependencies"
run: |
composer require --dev --update-with-all-dependencies \
symfony/http-kernel:${{ matrix.symfony }} \
symfony/http-foundation:${{ matrix.symfony }} \
symfony/dependency-injection:${{ matrix.symfony }} \
symfony/config:${{ matrix.symfony }} \
symfony/twig-bundle:${{ matrix.symfony }}
- name: "Update to latest dependencies"
run: composer update

Expand Down

0 comments on commit c76c136

Please sign in to comment.