Skip to content

Commit da7c887

Browse files
BrentRobertshochdoerfer
authored andcommitted
Split up includes in CI
1 parent 42b88ab commit da7c887

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ jobs:
1515
magento: ['2.3.7-p2', '2.4.0', '2.4.1', '2.4.2', '2.4.2-p1', '2.4.2-p2', '2.4.3', '2.4.3-p1']
1616
coveralls: [ false ]
1717
include:
18-
- php-versions: ['8.0', '8.1']
18+
- php-versions: '8.0'
1919
magento: '2.4.4'
20+
operating-system: 'ubuntu-latest'
21+
- php-versions: '8.1'
22+
magento: '2.4.4'
23+
operating-system: 'ubuntu-latest'
2024
steps:
2125
- name: Checkout repo
2226
uses: actions/checkout@v2

0 commit comments

Comments
 (0)