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 38c773f commit b545d25Copy full SHA for b545d25
1 file changed
.github/workflows/test.yaml
@@ -56,13 +56,13 @@ jobs:
56
- php-version: '8.2'
57
dependencies: highest
58
allowed-to-fail: false
59
- symfony-require: 6.2.*
60
- variant: symfony/symfony:"6.2.*"
+ symfony-require: 6.3.*
+ variant: symfony/symfony:"6.3.*"
61
62
63
64
- symfony-require: 6.3.*
65
- variant: symfony/symfony:"6.3.*"
+ symfony-require: 6.4.*
+ variant: symfony/symfony:"6.4.*"
66
67
steps:
68
- name: Checkout
0 commit comments