Skip to content

Commit

Permalink
Disable fail-fast strategy for the main action
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Nov 10, 2021
1 parent 0cd967b commit 75d97b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
name: SQLite PHP ${{ matrix.php-versions }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
steps:
Expand Down

0 comments on commit 75d97b2

Please sign in to comment.