We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff75a0 commit 4ae49f7Copy full SHA for 4ae49f7
.github/workflows/ci.yml
@@ -29,25 +29,3 @@ jobs:
29
30
- name: Run tests
31
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