File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 5
5
branches : [master]
6
6
7
7
env :
8
- MAGENTO_CODING_STANDARD : " v25 "
8
+ MAGENTO_CODING_STANDARD : " v30 "
9
9
10
10
jobs :
11
11
static_code_check :
@@ -66,10 +66,13 @@ jobs:
66
66
matrix :
67
67
# https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/system-requirements.html
68
68
include :
69
- - magento : " 2.4.3"
70
- php : " 7.4"
71
- composer : " v1"
72
- elasticsearch : " 7.10.2"
69
+ # Higher matching version 4.6.1 of magento/magento2-functional-testing-framework was found in public repository packagist.org
70
+ # than 4.4.2 in private https://mirror.mage-os.org. Public package might've been taken over by a malicious entity,
71
+ # please investigate and update package requirement to match the version from the private repository
72
+ # - magento: "2.4.3-p3"
73
+ # php: "7.4"
74
+ # composer: "v1"
75
+ # elasticsearch: "7.10.2"
73
76
74
77
- magento : " 2.4.4"
75
78
php : " 8.1"
81
84
composer : " v2"
82
85
elasticsearch : " 7.17.5"
83
86
87
+ - magento : " 2.4.6"
88
+ php : " 8.2"
89
+ composer : " v2"
90
+ elasticsearch : " 7.17.5"
91
+
84
92
steps :
85
93
- name : Setup PHP
86
94
uses : shivammathur/setup-php@v2
@@ -144,4 +152,5 @@ jobs:
144
152
run : echo "::add-matcher::${{ github.workspace }}/app/code/Fastly/Cdn/.github/tests/phpunit_matcher.json"
145
153
146
154
- name : Run tests
147
- run : vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist --teamcity app/code/Fastly/Cdn/
155
+ run : ../../../vendor/bin/phpunit -c ../unit/phpunit.xml.dist --teamcity ../../../app/code/Fastly/Cdn/
156
+ working-directory : dev/tests/integration
Original file line number Diff line number Diff line change 2
2
"name" : " fastly/magento2" ,
3
3
"description" : " Fastly CDN Module for Magento 2.4.x" ,
4
4
"require" : {
5
- "php" : " ~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0" ,
5
+ "php" : " ~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0 " ,
6
6
"magento/module-config" : " >=101.2.0" ,
7
7
"magento/module-store" : " >=101.1.0" ,
8
8
"magento/module-page-cache" : " >=100.4.0" ,
You can’t perform that action at this time.
0 commit comments