Skip to content

Commit

Permalink
chore: test 6.6.0.3 and php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Apr 5, 2024
1 parent d406d3e commit 1b3070c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,20 @@ jobs:
"v6.5.7.4",
"v6.5.8.2",
"6.5.x",
"v6.6.0.0-rc1",
"v6.6.0.3",
"trunk"
]
php: [
"8.2",
"8.3"
]
runs-on: ubuntu-latest
steps:
- name: Setup Shopware
uses: shopware/setup-shopware@main
with:
shopware-version: ${{ matrix.version }}
php-version: 8.2
php-version: ${{ matrix.php }}
php-extensions: pcov
install: true

Expand All @@ -63,7 +67,7 @@ jobs:
php -d pcov.enabled=1 ${{ github.workspace }}/vendor/bin/phpunit --coverage-clover clover.xml --testsuite Unit
- uses: codecov/codecov-action@v3
if: matrix.version == 'trunk'
if: matrix.version == 'trunk' && matrix.php == '8.3'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 1b3070c

Please sign in to comment.