Skip to content

Commit 368d81a

Browse files
Add missing versions
1 parent bf79bd1 commit 368d81a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/workflows/magento-2.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: docker exec magento-project-community-edition ./retry "php bin/magento setup:di:compile"
120120

121121
- name: Run the example test
122-
run: docker exec magento-project-community-edition bash -c "cd /data/dev/tests/integration/ && ../../../vendor/bin/phpunit /data/vendor/michielgerritsen/exampletest/Test/Integration/ExampleTest.php"
122+
run: docker exec magento-project-community-edition bash -c "cd /data/dev/tests/integration/ && ../../../vendor/bin/phpunit /data/vendor/michielgerritsen/exampletest/Test/Integration/ExampleIntegrationTest.php"
123123

124124
# Step 3: Upload the images to Docker Hub.
125125
- name: Docker hub login

.github/workflows/magento-2.4.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- { PHP_VERSION: php84-fpm, MAGENTO_VERSION: 2.4.8, SAMPLE_DATA: true }
3131
- { PHP_VERSION: php83-fpm, MAGENTO_VERSION: 2.4.8, SAMPLE_DATA: false }
3232
- { PHP_VERSION: php83-fpm, MAGENTO_VERSION: 2.4.8, SAMPLE_DATA: true }
33+
- { PHP_VERSION: php83-fpm, MAGENTO_VERSION: 2.4.7-p7, SAMPLE_DATA: false }
34+
- { PHP_VERSION: php83-fpm, MAGENTO_VERSION: 2.4.7-p7, SAMPLE_DATA: true }
35+
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.7-p7, SAMPLE_DATA: false }
36+
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.7-p7, SAMPLE_DATA: true }
3337
- { PHP_VERSION: php83-fpm, MAGENTO_VERSION: 2.4.7-p6, SAMPLE_DATA: false }
3438
- { PHP_VERSION: php83-fpm, MAGENTO_VERSION: 2.4.7-p6, SAMPLE_DATA: true }
3539
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.7-p6, SAMPLE_DATA: false }
@@ -58,6 +62,10 @@ jobs:
5862
- { PHP_VERSION: php83-fpm, MAGENTO_VERSION: 2.4.7, SAMPLE_DATA: true }
5963
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.7, SAMPLE_DATA: false }
6064
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.7, SAMPLE_DATA: true }
65+
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.6-p12, SAMPLE_DATA: false }
66+
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.6-p12, SAMPLE_DATA: true }
67+
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.6-p12, SAMPLE_DATA: false }
68+
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.6-p12, SAMPLE_DATA: true }
6169
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.6-p11, SAMPLE_DATA: false }
6270
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.6-p11, SAMPLE_DATA: true }
6371
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.6-p11, SAMPLE_DATA: false }
@@ -108,6 +116,8 @@ jobs:
108116
- { PHP_VERSION: php82-fpm, MAGENTO_VERSION: 2.4.6, SAMPLE_DATA: true }
109117
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.6, SAMPLE_DATA: false }
110118
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.6, SAMPLE_DATA: true }
119+
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.5-p14, SAMPLE_DATA: false }
120+
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.5-p14, SAMPLE_DATA: true }
111121
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.5-p13, SAMPLE_DATA: false }
112122
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.5-p13, SAMPLE_DATA: true }
113123
- { PHP_VERSION: php81-fpm, MAGENTO_VERSION: 2.4.5-p12, SAMPLE_DATA: false }

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,15 @@ Special thanks to Fooman for providing a Magento 2 mirror that does not requires
8585
| 2.4.8-p2 | x | x | - | - | - | - | - |
8686
| 2.4.8-p1 | x | x | - | - | - | - | - |
8787
| 2.4.8 | x | x | - | - | - | - | - |
88+
| 2.4.7-p7 | - | x | x | - | - | - | - |
8889
| 2.4.7-p6 | - | x | x | - | - | - | - |
8990
| 2.4.7-p5 | - | x | x | - | - | - | - |
9091
| 2.4.7-p4 | - | x | x | - | - | - | - |
9192
| 2.4.7-p3 | - | x | x | - | - | - | - |
9293
| 2.4.7-p2 | - | x | x | - | - | - | - |
9394
| 2.4.7-p1 | - | x | x | - | - | - | - |
9495
| 2.4.7 | - | x | x | - | - | - | - |
96+
| 2.4.6-p12 | - | - | x | x | - | - | - |
9597
| 2.4.6-p11 | - | - | x | x | - | - | - |
9698
| 2.4.6-p10 | - | - | x | x | - | - | - |
9799
| 2.4.6-p9 | - | - | x | x | - | - | - |
@@ -104,6 +106,7 @@ Special thanks to Fooman for providing a Magento 2 mirror that does not requires
104106
| 2.4.6-p2 | - | - | - | - | - | - | - |
105107
| 2.4.6-p1 | - | - | x | x | - | - | - |
106108
| 2.4.6 | - | - | x | x | - | - | - |
109+
| 2.4.5-p14 | - | - | - | x | - | - | - |
107110
| 2.4.5-p13 | - | - | - | x | - | - | - |
108111
| 2.4.5-p12 | - | - | - | x | - | - | - |
109112
| 2.4.5-p11 | - | - | - | x | - | - | - |

0 commit comments

Comments
 (0)