Skip to content

Commit aeb54c4

Browse files
grogyjrfnl
authored andcommitted
GH Actions: running tests on PHP 7.4 one time
PHP 7.4 is tested again in code coverage part. Is not needed test it twice.
1 parent 4d39a98 commit aeb54c4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,18 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
21+
php:
22+
- '5.3'
23+
- '5.4'
24+
- '5.5'
25+
- '5.6'
26+
- '7.0'
27+
- '7.1'
28+
- '7.2'
29+
- '7.3'
30+
# PHP 7.4 is tested in coverage section
31+
- '8.0'
32+
- '8.1'
2233
experimental: [false]
2334

2435
include:

0 commit comments

Comments
 (0)