File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php : ['7.3', '7.4', '8.0']
16
+ php : ['7.3', '7.4', '8.0', '8.2' ]
17
17
symfony-version : ['*']
18
18
include :
19
19
- php : ' 7.4'
24
24
symfony-version : 5.4.*
25
25
- php : ' 8.0'
26
26
symfony-version : 6.0.*
27
+ - php : ' 8.2'
28
+ symfony-version : 7.0.*
27
29
28
30
steps :
29
31
- name : Checkout code
39
41
- name : Composer validate
40
42
run : composer validate --strict --no-check-lock
41
43
44
+ - name : Flex Plugin
45
+ run : composer global config --no-plugins allow-plugins.symfony/flex true
46
+
42
47
- name : Symfony version
43
48
if : matrix.symfony-version != '*'
44
49
run : composer global require --no-progress symfony/flex && composer config extra.symfony.require ${{ matrix.symfony-version }}
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ - Support Symfony 7
4
+
3
5
## 1.4.1 - 2022-01-14
4
6
5
7
- Support Symfony 6
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " ^7.3 || ^8.0" ,
15
- "symfony/stopwatch" : " ^3.4 || ^4.0 || ^5.0 || ^6.0" ,
15
+ "symfony/stopwatch" : " ^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 " ,
16
16
"php-http/client-common" : " ^1.9 || ^2.0"
17
17
},
18
18
"require-dev" : {
19
- "symfony/phpunit-bridge" : " ^5.3 " ,
19
+ "symfony/phpunit-bridge" : " ^6.4.1 " ,
20
20
"guzzlehttp/psr7" : " ^2.1"
21
21
},
22
22
"autoload" : {
37
37
"dev-master" : " 1.3-dev"
38
38
}
39
39
},
40
+ "config" : {
41
+ "allow-plugins" : {
42
+ "symfony/flex" : true
43
+ }
44
+ },
40
45
"prefer-stable" : true ,
41
46
"minimum-stability" : " dev"
42
47
}
You can’t perform that action at this time.
0 commit comments