diff --git a/.github/workflows/upload-release-asset.yml b/.github/workflows/upload-release-asset.yml index f6c6da0d..220dcdff 100644 --- a/.github/workflows/upload-release-asset.yml +++ b/.github/workflows/upload-release-asset.yml @@ -9,6 +9,9 @@ jobs: run: name: Upload Release Asset runs-on: ubuntu-latest + strategy: + matrix: + php-versions: [ '8.2', '8.3'] steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/composer.json b/composer.json index d71c4cac..df65433a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,6 @@ "type": "shopware-platform-plugin", "license": "MIT", "require": { - "php": ">=8.2", "shopware/core": "~6.6.0", "shopware/storefront": "~6.6.0", "adyen/php-api-library": "^17.5.0",