Skip to content

Commit 52aac78

Browse files
oliverkleepierlon
andauthored
Reduce redundancies in the GitHub Actions configuration
Co-authored-by: Pierre Gordon <[email protected]>
1 parent e1c642f commit 52aac78

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20+
php-version: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3']
21+
coverage: ['none']
2022
include:
21-
- php-version: 5.3
22-
coverage: none
23-
- php-version: 5.4
24-
coverage: none
25-
- php-version: 5.5
26-
coverage: none
27-
- php-version: 5.6
28-
coverage: none
29-
- php-version: 7.0
30-
coverage: none
31-
- php-version: 7.1
32-
coverage: none
33-
- php-version: 7.2
34-
coverage: none
35-
- php-version: 7.3
36-
coverage: none
3723
- php-version: 7.4
3824
coverage: xdebug
3925

0 commit comments

Comments
 (0)