File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,20 @@ jobs:
3030 experimental :
3131 - false
3232 include :
33+ - php : " 7.4"
34+ composer-options : " "
35+ experimental : true
36+ dependencies : " highest"
37+ - php : " 8.0"
38+ composer-options : " "
39+ experimental : true
40+ dependencies : " highest"
3341 - php : " 8.1"
34- composer-options : " --ignore-platform-reqs "
42+ composer-options : " "
3543 experimental : true
3644 dependencies : " highest"
3745 - php : " 8.2"
38- composer-options : " --ignore-platform-reqs "
46+ composer-options : " "
3947 experimental : true
4048 dependencies : " highest"
4149 - php : " 8.3"
Original file line number Diff line number Diff line change 11vendor
22.idea
33composer.lock
4- .phpcs-cache
4+ .phpcs-cache
5+ .env
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ code-find-smells md: ## Run static analysis tool to find code smells using mess
3838 @docker compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpmd src,tests text phpmd.xml --suffixes php
3939
4040composer-update : # # Run composer update
41- @docker run --rm --interactive --tty --volume $PWD :/app composer update
41+ @docker run --rm --interactive --tty --volume $$ PWD:/app composer update
4242
4343composer-install : # # Run composer update
44- @docker run --rm --interactive --tty --volume $PWD :/app composer install
44+ @docker run --rm --interactive --tty --volume $$ PWD:/app composer install
4545
4646console c : # # Run the container bash console
4747 docker exec -it php /bin/bash
Original file line number Diff line number Diff line change 2525 "php" : " 7.4.*||8.*" ,
2626 "guzzlehttp/guzzle" : " ^7.0" ,
2727 "codeception/codeception" : " 4.*||5.*" ,
28- "phpunit/phpunit" : " ^8.5 || ^9.0 || ^10.0" ,
28+ "phpunit/phpunit" : " ^8.5 || ^9.0 || ^10.0 || ^11.0 || ^12.0 " ,
2929 "jfcherng/php-diff" : " ^6.14"
3030 },
3131 "require-dev" : {
You can’t perform that action at this time.
0 commit comments