Skip to content

Commit b9c286a

Browse files
ci(test): Remove unsupported composer 1 tests
1 parent aee9014 commit b9c286a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/module-with-static-and-unit-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
# First and latest patch for the current and previous minor, greatest php version
24+
# First and latest patch (only with composer 2) for the current and previous minor, greatest php version
2525
include:
26-
- m2-version: '2.3.0'
27-
php-version: '7.2'
28-
magento-repository: 'https://repo.magento.com/'
2926
- m2-version: '2.3.7'
3027
php-version: '7.4'
3128
magento-repository: 'https://repo.magento.com/'
32-
- m2-version: '2.4.0'
29+
- m2-version: '2.4.2'
3330
php-version: '7.4'
3431
magento-repository: 'https://repo.magento.com/'
3532
- m2-version: '2.4.8'

0 commit comments

Comments
 (0)