Skip to content

Commit 4c3c8f0

Browse files
committed
something is odd with sqlite
1 parent 75fa53c commit 4c3c8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- tests/**
2424

2525
env:
26-
fail-fast: true
26+
fail-fast: false #temporary
2727

2828
jobs:
2929
phpunit-smoke-check:
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
php-version:
36-
- "7.2"
36+
# - "7.2"
3737
- "7.3"
3838
- "7.4"
3939
- "8.0"

0 commit comments

Comments
 (0)