Skip to content

Commit

Permalink
test disable fast failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Dec 20, 2024
1 parent c485588 commit d1d03cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tarantool: ["2.11", "3.1"]
tarantool: ["2.11"]
steps:
- uses: actions/checkout@v2
- run: docker run -d -p 3301:3301 tarantool/tarantool:${{ matrix.tarantool }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3", "8.4"]
tarantool: ["2.10", "2.11"]
Expand Down

0 comments on commit d1d03cd

Please sign in to comment.