File tree 2 files changed +13
-18
lines changed 2 files changed +13
-18
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
jobs :
3
- test-php73 :
3
+
4
+ test-php74 :
4
5
docker :
5
- - image : circleci/php:7.3 -cli
6
+ - image : circleci/php:7.4 -cli
6
7
7
8
working_directory : ~/project
8
9
steps :
9
10
- checkout
10
11
11
12
- run :
12
- name : Run tests / Symfony 4^3
13
- command : |
14
- composer update -n --prefer-dist --prefer-lowest --no-suggest
15
- php vendor/bin/phpunit --testsuite=base
16
-
17
- - run :
18
- name : Run tests / Symfony 5^0
13
+ name : Run tests
19
14
command : |
20
15
composer update -n --prefer-dist --no-suggest
21
- php vendor/bin/phpunit --testsuite=base
16
+ php vendor/bin/phpunit
22
17
23
- test-php74 :
18
+ test-php80 :
24
19
docker :
25
- - image : circleci/php:7.4 -cli
20
+ - image : circleci/php:8.0 -cli
26
21
27
22
working_directory : ~/project
28
23
steps :
29
24
- checkout
30
25
31
26
- run :
32
- name : Run tests / Symfony 5^0
27
+ name : Run tests
33
28
command : |
34
29
composer update -n --prefer-dist --no-suggest
35
- php vendor/bin/phpunit --testsuite=base
30
+ php vendor/bin/phpunit
36
31
37
32
workflows :
38
33
version : 2
39
34
test :
40
35
jobs :
41
- - test-php73
42
- - test-php74
36
+ - test-php74
37
+ - test-php80
Original file line number Diff line number Diff line change 13
13
],
14
14
15
15
"require" : {
16
- "php" : " ^7.3 " ,
16
+ "php" : " ^7.4 || ^8.0 " ,
17
17
"react/event-loop" : " ^1.0 || ^0.5 || ^0.4 || ^0.3.5" ,
18
18
"react/promise" : " ^2.7 || ^1.2.1" ,
19
19
"react/child-process" : " ^0.6" ,
22
22
},
23
23
"require-dev" : {
24
24
"clue/block-react" : " ^1.3" ,
25
- "phpunit/phpunit" : " 7.5.17 "
25
+ "phpunit/phpunit" : " ^9 "
26
26
},
27
27
"autoload" : {
28
28
"files" : [ " src/functions_include.php" ]
You can’t perform that action at this time.
0 commit comments