We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee9014 commit b9c286aCopy full SHA for b9c286a
.github/workflows/module-with-static-and-unit-tests.yml
@@ -21,15 +21,12 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- # First and latest patch for the current and previous minor, greatest php version
+ # First and latest patch (only with composer 2) for the current and previous minor, greatest php version
25
include:
26
- - m2-version: '2.3.0'
27
- php-version: '7.2'
28
- magento-repository: 'https://repo.magento.com/'
29
- m2-version: '2.3.7'
30
php-version: '7.4'
31
magento-repository: 'https://repo.magento.com/'
32
- - m2-version: '2.4.0'
+ - m2-version: '2.4.2'
33
34
35
- m2-version: '2.4.8'
0 commit comments