Skip to content

Commit 307a017

Browse files
committed
refactor: update job name and simplify PHP version matrix in Magento compatibility workflow
1 parent d05073a commit 307a017

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/magento-compatibility.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,13 @@ on:
99

1010
jobs:
1111
test:
12-
name: Magento ${{ matrix.magento-version }} Test
12+
name: Magento ${{ matrix.magento-version }} with PHP ${{ matrix.php-version }} Test
1313
runs-on: ubuntu-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
magento-version: ['2.4.5', '2.4.6', '2.4.7']
18-
php-version: ['8.1', '8.2', '8.3']
19-
include:
20-
- magento-version: '2.4.5'
21-
php-version: '8.1'
22-
- magento-version: '2.4.6'
23-
php-version: '8.2'
24-
- magento-version: '2.4.7'
25-
php-version: '8.3'
18+
php-version: ['8.2', '8.3']
2619

2720
services:
2821
mysql:

0 commit comments

Comments
 (0)