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 45113cf commit ae0ef69Copy full SHA for ae0ef69
.github/workflows/tests.yml
@@ -76,7 +76,6 @@ jobs:
76
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
77
78
- name: Execute tests
79
- continue-on-error: ${{ matrix.php > 8 }}
80
run: vendor/bin/phpunit --verbose
81
env:
82
DB_PORT: ${{ job.services.mysql.ports[3306] }}
@@ -137,5 +136,4 @@ jobs:
137
136
138
139
140
141
0 commit comments