Skip to content

Commit 876e146

Browse files
Исправлена среда тестирования
1 parent 9cf992c commit 876e146

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
matrix:
1717
php: [7.4, 8.0]
1818
experimental: [false]
19-
include:
20-
analysis: true
2119

2220
steps:
2321
- uses: actions/checkout@v2
@@ -53,7 +51,6 @@ jobs:
5351
uses: actions/download-artifact@v2
5452

5553
- name: Upload coverage results to Coveralls
56-
if: matrix.analysis
5754
env:
5855
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
5956
run: |

0 commit comments

Comments
 (0)