Skip to content

Commit 7adfbcc

Browse files
authored
Remove symfony 6 hacks (#15)
1 parent 111db9c commit 7adfbcc

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,13 @@ jobs:
5656
- name: Globally install symfony/flex
5757
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
5858

59-
- name: Configure Symfony v6@dev hacks
60-
if: matrix.symfony-require == '^6'
61-
run: |
62-
composer config minimum-stability beta
63-
6459
- name: Install dependencies
6560
run: composer update --optimize-autoloader --no-interaction --no-progress --prefer-dist
6661

6762
- name: Run tests and generate coverage
6863
run: make test-unit
6964

7065
- name: Upload coverage results to Coveralls
71-
if: matrix.symfony-require != '^6'
7266
env:
7367
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7468
run: vendor/bin/php-coveralls

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)