Skip to content

Commit 9e9e8d8

Browse files
committed
Only test lowest deps on PHP 7.2
1 parent b447f95 commit 9e9e8d8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,20 @@ jobs:
2828
- 4.4.*
2929
- 5.*
3030
dependencies:
31-
- lowest
3231
- highest
32+
exclude:
33+
- php: '8.0'
34+
symfony-version: 3.4.*
35+
include:
36+
- php: '7.2'
37+
symfony-version: 3.4.*
38+
dependencies: lowest
39+
- php: '7.2'
40+
symfony-version: 4.4.*
41+
dependencies: lowest
42+
- php: '7.2'
43+
symfony-version: 5.*
44+
dependencies: lowest
3345

3446
steps:
3547
- name: Checkout

0 commit comments

Comments
 (0)