File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4343 ${{ runner.os }}-php${{ matrix.php-version }}-composer-
4444
4545 - name : Install dependencies
46- run : composer install --prefer-dist --no-progress --no-interaction
46+ run : composer install --prefer-dist --no-progress --no-interaction --ignore-platform-req=php+
4747
4848 - name : Run PHPStan
4949 run : composer analyse
5555 strategy :
5656 fail-fast : false
5757 matrix :
58- php-version : ['8.2', '8.3', '8.4' ]
58+ php-version : ['8.2', '8.3']
5959
6060 steps :
6161 - name : Checkout code
Original file line number Diff line number Diff line change 11{
22 "name" : " justbetter/magento2-akeneo-bundle" ,
33 "description" : " Magento2 bundle for extending the Akeneo connector with awesome features." ,
4+ "license" : " GPL-3.0-or-later" ,
45 "require" : {
56 "php" : " ^8.2 || ^8.3 || ^8.4" ,
67 "akeneo/module-magento2-connector-community" : " ^105.1.0"
You can’t perform that action at this time.
0 commit comments