File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed
Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33jobs :
4- build_php_version_80 :
5- docker :
6- - image : cimg/php:8.0.20
7- working_directory : ~/ReadOnlyTraitLaravel
8- steps : # a set of executable commands
9- - checkout
10- - run : sudo composer self-update
11- - run : composer install -n --prefer-dist --no-plugins
12- - run : ./vendor/bin/kahlan -reporter=verbose
134 build_php_version_81 :
145 docker :
156 - image : cimg/php:8.1.14
1910 - run : sudo composer self-update
2011 - run : composer install -n --prefer-dist --no-plugins
2112 - run : ./vendor/bin/kahlan -reporter=verbose
22- build_latest :
13+ build_php_version_82 :
2314 docker :
24- - image : circleci /php:latest
15+ - image : cimg /php:8.2.12
2516 working_directory : ~/ReadOnlyTraitLaravel
2617 steps : # a set of executable commands
2718 - checkout
@@ -32,6 +23,5 @@ workflows:
3223 version : 2
3324 build :
3425 jobs :
35- - build_php_version_80
3626 - build_php_version_81
37- - build_latest
27+ - build_php_version_82
Original file line number Diff line number Diff line change 1717 "php" : " >=7.0.0"
1818 },
1919 "require-dev" : {
20- "kahlan/kahlan" : " ^2.4 " ,
21- "illuminate/database" : " =8.83.23 "
20+ "kahlan/kahlan" : " ^5.2.5 " ,
21+ "illuminate/database" : " =10.29.0 "
2222 }
2323}
You can’t perform that action at this time.
0 commit comments