Skip to content

Commit 4ae49f7

Browse files
committed
removed lowest deps tests
1 parent dff75a0 commit 4ae49f7

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,3 @@ jobs:
2929
3030
- name: Run tests
3131
run: ./vendor/bin/phpunit
32-
33-
lowest:
34-
name: Lowest deps
35-
runs-on: ubuntu-latest
36-
steps:
37-
- name: Set up PHP
38-
uses: shivammathur/[email protected]
39-
with:
40-
php-version: 7.4
41-
coverage: none
42-
43-
- name: Checkout code
44-
uses: actions/checkout@v2
45-
46-
- name: Download dependencies
47-
run: |
48-
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable --prefer-lowest
49-
50-
- name: Run tests
51-
env:
52-
SYMFONY_DEPRECATIONS_HELPER: "max[self]=0"
53-
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)