Skip to content

Commit 8117012

Browse files
committed
Only test lowest deps on PHP 7.2 and Symfony 3.4
1 parent de32c75 commit 8117012

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
- 4.4.*
2828
- 5.*
2929
dependencies:
30-
- lowest
3130
- highest
31+
include:
32+
- php: '7.2'
33+
symfony: 3.4.*
34+
dependencies: lowest
3235

3336
steps:
3437
- name: Checkout

0 commit comments

Comments
 (0)