Skip to content

Commit

Permalink
fix: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spacebluebox committed Nov 12, 2024
1 parent c30bd43 commit f1e714c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ jobs:
- name: Download dependencies
run: |
composer remove phpunit/phpunit
composer update ${{ matrix.composer}} --prefer-dist --no-interaction
./vendor/bin/simple-phpunit install
rm -rf vendor
composer install ${{ matrix.composer}} --prefer-dist --no-interaction
- name: Validate
run: |
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/EkinoNewRelicExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;

/**
* This is the class that loads and manages your bundle configuration.
Expand Down

0 comments on commit f1e714c

Please sign in to comment.