File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,21 @@ jobs:
17
17
- ' 7.4'
18
18
- ' 8.0'
19
19
- ' 8.1'
20
+ - ' 8.2'
20
21
symfony-version :
21
22
- ' 4.4.*'
22
23
- ' 5.4.*'
23
24
- ' 6.0.*'
25
+ - ' 7.0.*'
24
26
exclude :
25
27
- php-version : ' 7.4'
26
28
symfony-version : ' 6.0.*'
29
+ - php-version : ' 7.4'
30
+ symfony-version : ' 7.0.*'
31
+ - php-version : ' 8.0'
32
+ symfony-version : ' 7.0.*'
33
+ - php-version : ' 8.1'
34
+ symfony-version : ' 7.0.*'
27
35
steps :
28
36
- name : Checkout
29
37
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 16
16
17
17
"require" : {
18
18
"php" : " ^7.4|^8.0" ,
19
- "symfony/css-selector" : " ^4.4|^5.0|^6.0"
19
+ "symfony/css-selector" : " ^4.4|^5.0|^6.0|^7.0 "
20
20
},
21
21
22
22
"require-dev" : {
23
- "symfony/phpunit-bridge" : " ^5.2|^6.0"
23
+ "symfony/phpunit-bridge" : " ^5.2|^6.0|^7.0 "
24
24
},
25
25
26
26
"replace" : {
You can’t perform that action at this time.
0 commit comments