Skip to content

Commit

Permalink
something is odd with sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Nov 15, 2024
1 parent 75fa53c commit 4c3c8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
- tests/**

env:
fail-fast: true
fail-fast: false #temporary

jobs:
phpunit-smoke-check:
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
# - "7.2"
- "7.3"
- "7.4"
- "8.0"
Expand Down

0 comments on commit 4c3c8f0

Please sign in to comment.