File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
- run : composer global config --no-plugins allow-plugins.symfony/flex true
30
30
- run : composer global require --no-scripts symfony/flex
31
31
32
- - run : composer config extra.symfony.require ~6.3 .0
32
+ - run : composer config extra.symfony.require ~6.4 .0
33
33
34
34
- run : composer update --prefer-dist
35
35
Original file line number Diff line number Diff line change 35
35
- run : composer global config --no-plugins allow-plugins.symfony/flex true
36
36
- run : composer global require --no-scripts symfony/flex
37
37
38
- - run : composer config extra.symfony.require ~6.3 .0
38
+ - run : composer config extra.symfony.require ~6.4 .0
39
39
40
40
- run : composer update --prefer-dist
41
41
Original file line number Diff line number Diff line change 38
38
- run : composer global config --no-plugins allow-plugins.symfony/flex true
39
39
- run : composer global require --no-scripts symfony/flex
40
40
41
- - run : composer config extra.symfony.require ~6.3 .0
41
+ - run : composer config extra.symfony.require ~6.4 .0
42
42
43
43
- run : composer update --prefer-dist
44
44
Original file line number Diff line number Diff line change 32
32
- run : composer global config --no-plugins allow-plugins.symfony/flex true
33
33
- run : composer global require --no-scripts symfony/flex
34
34
35
- - run : composer config extra.symfony.require ~6.3 .0
35
+ - run : composer config extra.symfony.require ~6.4 .0
36
36
37
37
- run : composer update --prefer-dist
38
38
Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
php : ['7.4', '8.1']
22
- symfony : ['~5.4.0', '~6.3 .0']
22
+ symfony : ['~5.4.0', '~6.4 .0']
23
23
phpunit : ['phpunit.xml', 'phpunit-api.xml']
24
24
db : ['sqlite']
25
25
deps : ['normal']
@@ -43,11 +43,11 @@ jobs:
43
43
db : ' mysql'
44
44
45
45
- php : ' 8.1'
46
- symfony : ' ~6.3 .0'
46
+ symfony : ' ~6.4 .0'
47
47
phpunit : ' phpunit.xml'
48
48
db : ' postgres'
49
49
- php : ' 8.1'
50
- symfony : ' ~6.3 .0'
50
+ symfony : ' ~6.4 .0'
51
51
phpunit : ' phpunit-api.xml'
52
52
db : ' postgres'
53
53
65
65
- php : ' 8.1'
66
66
symfony : ' ~3.4.0'
67
67
- php : ' 7.4'
68
- symfony : ' ~6.3 .0'
68
+ symfony : ' ~6.4 .0'
69
69
70
70
services :
71
71
mysql :
You can’t perform that action at this time.
0 commit comments