Skip to content

Commit 087cf75

Browse files
ci(tests): Add tests for 2.4.8
1 parent fe2369e commit 087cf75

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/installation-and-varnish-test-suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/static-test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)