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 1453706 commit 4d17fb9Copy full SHA for 4d17fb9
.github/workflows/test.yaml
@@ -50,13 +50,13 @@ jobs:
50
- php-version: '8.2'
51
dependencies: highest
52
allowed-to-fail: false
53
- symfony-require: 6.2.*
54
- variant: symfony/symfony:"6.2.*"
+ symfony-require: 6.3.*
+ variant: symfony/symfony:"6.3.*"
55
56
57
58
- symfony-require: 6.3.*
59
- variant: symfony/symfony:"6.3.*"
+ symfony-require: 6.4.*
+ variant: symfony/symfony:"6.4.*"
60
61
steps:
62
- name: Checkout
0 commit comments