Skip to content

Commit

Permalink
updates test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrezarj committed Aug 13, 2024
1 parent 81fd7e1 commit 27f4a8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
Expand Down

0 comments on commit 27f4a8a

Please sign in to comment.