Skip to content

Commit

Permalink
#23 add tests for v6.6 and change test env php to v8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iMiMWeis committed Mar 12, 2024
1 parent c2a7679 commit 5866d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
matrix:
shopware-version:
- 'v6.5.7.3'
- 'v6.6.0.0-rc5'
steps:
- name: Setup Shopware
uses: FriendsOfShopware/setup-shopware@v1
with:
php-version: 8.1
php-version: 8.2
shopware-version: ${{ matrix.shopware-version }}
- name: Setup Shopware Database
run: composer setup
Expand Down

0 comments on commit 5866d5f

Please sign in to comment.