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 90f2751 commit 809f161Copy full SHA for 809f161
.github/workflows/tests.yml
@@ -46,7 +46,6 @@ jobs:
46
- name: Execute PHPUnit
47
run: vendor/bin/phpunit
48
49
-jobs:
50
tests_lowest:
51
name: PHP ${{ matrix.php }} Lowest
52
runs-on: ubuntu-20.04
composer.json
@@ -49,7 +49,5 @@
"branch-alias": {
"dev-master": "5.0-dev"
}
- },
53
- "minimum-stability": "dev",
54
- "prefer-stable": true
+ }
55
0 commit comments