We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f282cc3 commit dc6c94dCopy full SHA for dc6c94d
.github/workflows/continuous-integration.yml
@@ -24,6 +24,7 @@ jobs:
24
- "7.4"
25
- "8.0"
26
- "8.1"
27
+ - "8.2"
28
dependencies:
29
- "highest"
30
stability:
@@ -46,22 +47,22 @@ jobs:
46
47
# Test last supported minor version
48
- symfony-require: "6.*"
49
dependencies: "highest"
- php-version: "8.2"
50
+ php-version: "8.3"
51
52
# DBAL only without ORM
- - php-version: "8.2"
53
+ - php-version: "8.3"
54
55
stability: "stable"
56
remove-orm: true
57
58
# DBAL 4
59
60
61
stability: "dev"
62
63
64
# Bleeding edge
65
66
67
68
0 commit comments