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 de4123e commit 16a847eCopy full SHA for 16a847e
1 file changed
.github/workflows/phpunit-mysql.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
19
strategy:
20
+ # do not stop on another job's failure
21
+ fail-fast: false
22
matrix:
23
php-versions: ['8.1', '8.2']
24
0 commit comments