Skip to content

Commit

Permalink
Merge 1e9355f into e9be902
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Oct 15, 2023
2 parents e9be902 + 1e9355f commit 927f82e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Expand Up @@ -53,11 +53,6 @@ jobs:
composer-${{ runner.os }}-
composer-
- name: Configure Symfony v6@dev hacks
if: matrix.symfony-require == '^6'
run: |
composer config minimum-stability beta
- name: Install dependencies
run: composer update --optimize-autoloader --no-interaction --no-progress --prefer-dist

Expand All @@ -70,7 +65,6 @@ jobs:
run: make test-e2e

- name: Upload coverage results to Coveralls
if: matrix.symfony-require != '^6'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: vendor/bin/php-coveralls
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 927f82e

Please sign in to comment.