We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fc681 commit ed27c8bCopy full SHA for ed27c8b
.github/workflows/ci.yaml
@@ -14,19 +14,20 @@ jobs:
14
- '8.1'
15
- '8.2'
16
- '8.3'
17
+ - '8.4'
18
dependency:
19
- ''
20
symfony:
21
- '5.4.*'
22
- '6.4.*'
- - '7.0.*'
23
+ - '7.2.*'
24
include:
25
- php: '8.1'
26
symfony: '5.4.*'
27
dependency: 'lowest'
28
exclude:
29
- symfony: '7.0.*'
30
+ symfony: '7.2.*'
31
fail-fast: false
32
steps:
33
- name: Checkout
0 commit comments