Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 15, 2021
1 parent abd3473 commit 6dab122
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Codecov Report
uses: codecov/codecov-action@v1
if: ${{ matrix.php-version == 7.4 && matrix.php-version == 8.0 }}
if: ${{ matrix.php-version == 7.4 || matrix.php-version == 8.0 }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: '*.xml'
Expand Down Expand Up @@ -109,8 +109,6 @@ jobs:
include:
- php-version: 8.0
experimental: true
- php-version: 8.1
experimental: true
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 6dab122

Please sign in to comment.