Skip to content

Commit

Permalink
Deshabilitado fail-fast en tests
Browse files Browse the repository at this point in the history
- Actualizado workflow de tests
  • Loading branch information
josemmo committed Feb 8, 2024
1 parent 0be9047 commit f945c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental || false }}
strategy:
fail-fast: false
matrix:
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
include:
Expand Down

0 comments on commit f945c83

Please sign in to comment.