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 694e76d commit 7b22c62Copy full SHA for 7b22c62
.github/workflows/build-ci.yml
@@ -11,6 +11,8 @@ jobs:
11
name: "PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} MongoDB ${{ matrix.mongodb }} ${{ matrix.mode }}"
12
13
strategy:
14
+ # Tests with Atlas fail randomly
15
+ fail-fast: false
16
matrix:
17
os:
18
- "ubuntu-latest"
0 commit comments