Skip to content

Commit 14be793

Browse files
committed
Update versions for integration tests
1 parent 3e03baa commit 14be793

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/workflows/integration.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,33 @@ jobs:
2424
options: --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
2525
steps:
2626
- uses: actions/checkout@v4
27-
- name: M2 Integration Tests with Magento 2 Version 2.4.5-p8 (PHP 8.1)
27+
- name: M2 Integration Tests with Magento 2 Version 2.4.5-p12 (PHP 8.1)
2828
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
2929
with:
3030
module_name: FireGento_MageSetup
3131
composer_name: firegento/magesetup2
32-
magento_version: '2.4.5-p8'
32+
magento_version: '2.4.5-p12'
3333
composer_version: '2'
3434
- uses: actions/checkout@v4
35-
- name: M2 Integration Tests with Magento 2 Version 2.4.6-p6 (PHP 8.2)
35+
- name: M2 Integration Tests with Magento 2 Version 2.4.6-p10 (PHP 8.2)
3636
uses: extdn/github-actions-m2/magento-integration-tests/8.2@master
3737
with:
3838
module_name: FireGento_MageSetup
3939
composer_name: firegento/magesetup2
40-
magento_version: '2.4.6-p6'
40+
magento_version: '2.4.6-p10'
4141
composer_version: '2'
4242
- uses: actions/checkout@v4
43-
- name: M2 Integration Tests with Magento 2 Version 2.4.7-p1 (PHP 8.3)
43+
- name: M2 Integration Tests with Magento 2 Version 2.4.7-p5 (PHP 8.3)
4444
uses: extdn/github-actions-m2/magento-integration-tests/8.3@master
4545
with:
4646
module_name: FireGento_MageSetup
4747
composer_name: firegento/magesetup2
48-
magento_version: '2.4.7-p1'
48+
magento_version: '2.4.7-p5'
49+
composer_version: '2'
50+
- name: M2 Integration Tests with Magento 2 Version 2.4.8 (PHP 8.4)
51+
uses: extdn/github-actions-m2/magento-integration-tests/8.4@master
52+
with:
53+
module_name: FireGento_MageSetup
54+
composer_name: firegento/magesetup2
55+
magento_version: '2.4.8'
4956
composer_version: '2'

0 commit comments

Comments
 (0)