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 84a3bb6 commit a14e53cCopy full SHA for a14e53c
.github/workflows/tests.yml
@@ -10,11 +10,11 @@ jobs:
10
fail-fast: true
11
matrix:
12
php: [8.1, 8.2, 8.3, 8.4]
13
- symfony: [5.4.*, 6.4.*, 7.2.*]
+ symfony: [5.4.*, 6.4.*, 7.0.*]
14
dependency-version: [prefer-lowest, prefer-stable]
15
exclude:
16
- php: 8.1
17
- symfony: 7.2.*
+ symfony: 7.0.*
18
- php: 8.4
19
symfony: 5.4.*
20
0 commit comments