File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- # Last one for the current and previous minor, greatest php version
23- m2-version : ["2.3.7", "2.4.7 "]
22+ # Latest patch for the current and previous minor, greatest php version
23+ m2-version : ["2.3.7", "2.4.8 "]
2424 php-version : ["7.4", "8.3"]
2525 exclude :
2626 - { php-version: "8.3", m2-version: "2.3.7" }
27- - { php-version: "7.4", m2-version: "2.4.7 " }
27+ - { php-version: "7.4", m2-version: "2.4.8 " }
2828
2929 name : Installation and Varnish test suite
3030 # @see https://devdocs.magento.com/marketplace/sellers/installation-and-varnish-tests.html
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- # First and last patch for the current and previous minor, greatest php version
22+ # First and latest patch for the current and previous minor, greatest php version
2323 include :
2424 - m2-version : " 2.3.0"
2525 php-version : " 7.2"
2626 - m2-version : " 2.3.7"
2727 php-version : " 7.4"
2828 - m2-version : " 2.4.0"
2929 php-version : " 7.4"
30- - m2-version : " 2.4.7 "
30+ - m2-version : " 2.4.8 "
3131 php-version : " 8.3"
3232
3333 name : Static test suite
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- # Last one for the current and previous minor, greatest php version
23- m2-version : ["2.3.7", "2.4.7 "]
22+ # Latest patch for the current and previous minor, greatest php version
23+ m2-version : ["2.3.7", "2.4.8 "]
2424 php-version : ["7.4", "8.3"]
2525 exclude :
2626 - { php-version: "8.3", m2-version: "2.3.7" }
27- - { php-version: "7.4", m2-version: "2.4.7 " }
27+ - { php-version: "7.4", m2-version: "2.4.8 " }
2828
2929 name : Unit and integration tests
3030 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments