Skip to content

Commit 1d660a8

Browse files
Merge pull request #4 from aligent/feature/php_8_1_support
Add support for PHP 8.1 due to extended support of Magento 2.4.4 and 2.4.5
2 parents b1e1a07 + 8cd633f commit 1d660a8

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,45 @@ jobs:
1717
matrix:
1818
magento:
1919
[
20+
"magento/project-community-edition:>=2.4.4 <2.4.5",
21+
"magento/project-community-edition:>=2.4.5 <2.4.6",
2022
"magento/project-community-edition:>=2.4.6 <2.4.7",
2123
"magento/project-community-edition:>=2.4.7 <2.4.8",
2224
]
2325
include:
26+
- magento: magento/project-community-edition:>=2.4.4 <2.4.5
27+
php: 8.1
28+
composer: 2.2
29+
mysql: "mariadb:10.5"
30+
elasticsearch: "elasticsearch:7.17.9"
31+
rabbitmq: "rabbitmq:3.9-management"
32+
redis: "redis:7.2"
33+
job_title: "2.4.4"
34+
35+
- magento: magento/project-community-edition:>=2.4.5 <2.4.6
36+
php: 8.1
37+
composer: 2.2
38+
mysql: "mariadb:10.5"
39+
elasticsearch: "elasticsearch:7.17.9"
40+
rabbitmq: "rabbitmq:3.13-management"
41+
redis: "redis:7.2"
42+
job_title: "2.4.5"
43+
2444
- magento: magento/project-community-edition:>=2.4.6 <2.4.7
2545
php: 8.2
2646
composer: 2.2
27-
mysql: "mysql:8.0"
47+
mysql: "mariadb:10.6"
2848
elasticsearch: "elasticsearch:7.17.9"
29-
rabbitmq: "rabbitmq:3.12-management"
30-
redis: "redis:7.0"
49+
rabbitmq: "rabbitmq:3.13-management"
50+
redis: "redis:7.2"
3151
job_title: "2.4.6"
3252

3353
- magento: magento/project-community-edition:>=2.4.7 <2.4.8
3454
php: 8.3
3555
composer: 2.7
3656
mysql: "mariadb:10.6"
3757
elasticsearch: "elasticsearch:7.17.9"
38-
rabbitmq: "rabbitmq:3.12-management"
58+
rabbitmq: "rabbitmq:3.13-management"
3959
redis: "redis:7.2"
4060
job_title: "2.4.7"
4161

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aligent/magento2-pci-4-compatibility",
33
"description": "Provide compatibility with PCI DSS 4.0 requirements",
44
"require": {
5-
"php": "^8.2.0|^8.3.0"
5+
"php": "^8.1.0|^8.2.0|^8.3.0"
66
},
77
"type": "magento2-module",
88
"license": [

0 commit comments

Comments
 (0)