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:
30
30
experimental :
31
31
- false
32
32
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"
33
41
- php : " 8.1"
34
- composer-options : " --ignore-platform-reqs "
42
+ composer-options : " "
35
43
experimental : true
36
44
dependencies : " highest"
37
45
- php : " 8.2"
38
- composer-options : " --ignore-platform-reqs "
46
+ composer-options : " "
39
47
experimental : true
40
48
dependencies : " highest"
41
49
- php : " 8.3"
Original file line number Diff line number Diff line change 1
1
vendor
2
2
.idea
3
3
composer.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
38
38
@docker compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpmd src,tests text phpmd.xml --suffixes php
39
39
40
40
composer-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
42
42
43
43
composer-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
45
45
46
46
console c : # # Run the container bash console
47
47
docker exec -it php /bin/bash
Original file line number Diff line number Diff line change 25
25
"php" : " 7.4.*||8.*" ,
26
26
"guzzlehttp/guzzle" : " ^7.0" ,
27
27
"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 " ,
29
29
"jfcherng/php-diff" : " ^6.14"
30
30
},
31
31
"require-dev" : {
You can’t perform that action at this time.
0 commit comments