Skip to content

Commit 6c3a8a7

Browse files
committed
SW-26746 - Use development branch of Shopware 5.7 for PHP 8.2 until 5.7.17 is released
1 parent adf18ed commit 6c3a8a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/01-test-installation-process.yml

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
with:
4747
php-version: ${{ matrix.php }}
4848

49+
- name: Configure for PHP 8.2
50+
run: composer require shopware/shopware 5.7.x-dev
51+
if: matrix.php == '8.2'
52+
4953
- name: Composer install
5054
run: composer --no-interaction install
5155

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.4 || ^8.0",
2121
"composer-runtime-api": "^2.0.0",
2222
"composer/installers": "^1.0",
23-
"shopware/shopware": "~5.7.0",
23+
"shopware/shopware": "~5.7.7",
2424
"vlucas/phpdotenv": "^3.1"
2525
},
2626
"extra": {

0 commit comments

Comments
 (0)