1616 rm -Rf var/*
1717 php vendor/bin/phpunit --testsuite=with-stopwatch --exclude-group=with-filesystem
1818
19- test-php74 -filesystem :
19+ test-php80-no -filesystem :
2020 docker :
21- - image : circleci/php:7.4 -cli
21+ - image : circleci/php:8.0 -cli
2222
2323 working_directory : ~/project
2424 steps :
@@ -27,14 +27,28 @@ jobs:
2727 - run :
2828 name : Run tests / Highest
2929 command : |
30- composer require react/filesystem:^0.1 --no-update
3130 composer update -n --prefer-dist
3231 rm -Rf var/*
33- php vendor/bin/phpunit --testsuite=base --exclude-group=without -filesystem
32+ php vendor/bin/phpunit --testsuite=base --exclude-group=with -filesystem
3433
35- test-php80 -no-filesystem :
34+ test-php81 -no-filesystem :
3635 docker :
37- - image : circleci/php:8.0-cli
36+ - image : cimg/php:8.1
37+
38+ working_directory : ~/project
39+ steps :
40+ - checkout
41+
42+ - run :
43+ name : Run tests / Highest
44+ command : |
45+ composer update -n --prefer-dist
46+ rm -Rf var/*
47+ php vendor/bin/phpunit --testsuite=base --exclude-group=with-filesystem
48+
49+ test-php82-no-filesystem :
50+ docker :
51+ - image : cimg/php:8.2
3852
3953 working_directory : ~/project
4054 steps :
@@ -52,5 +66,6 @@ workflows:
5266 test :
5367 jobs :
5468 - test-php74-no-filesystem
55- - test-php74-filesystem
56- - test-php80-no-filesystem
69+ - test-php80-no-filesystem
70+ - test-php81-no-filesystem
71+ - test-php82-no-filesystem
0 commit comments