Skip to content

Commit 7463e64

Browse files
committed
Adjust the pipeline for the tests without the optional packages installed
1 parent 192463d commit 7463e64

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
exclude:
3333
- php: '8.0'
3434
symfony-version: 3.4.*
35+
- php: '8.1'
36+
symfony-version: 3.4.*
3537
include:
3638
- php: '7.2'
3739
symfony-version: 3.4.*
@@ -83,13 +85,15 @@ jobs:
8385
strategy:
8486
fail-fast: false
8587
matrix:
86-
php:
87-
- '7.2'
88-
- '8.0'
89-
- '8.1'
90-
dependencies:
91-
- lowest
92-
- highest
88+
include:
89+
- php: '7.2'
90+
dependencies: lowest
91+
- php: '7.4'
92+
dependencies: highest
93+
- php: '8.0'
94+
dependencies: lowest
95+
- php: '8.1'
96+
dependencies: highest
9397

9498
steps:
9599
- name: Checkout

0 commit comments

Comments
 (0)