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 901b391 commit 5705d0eCopy full SHA for 5705d0e
.github/workflows/continuous-integration.yml
@@ -28,9 +28,8 @@ jobs:
28
stability:
29
- "stable"
30
symfony-version:
31
- - "5.4.*"
32
- "6.4.*"
33
- - "7.0.x"
+ - "7.0.*"
34
driver-version:
35
36
dependencies:
@@ -41,10 +40,10 @@ jobs:
41
40
php-version: "8.1"
42
driver-version: "1.5.0"
43
stability: "stable"
44
- symfony-version: "5.4.*"
+ symfony-version: "6.4.*"
45
exclude:
46
- php-version: "8.1"
47
- symfony-version: "7.0.x"
+ symfony-version: "7.0.*"
48
49
services:
50
mongodb:
0 commit comments